Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
e1684a76
Unverified
Commit
e1684a76
authored
Jul 13, 2024
by
Thomas Parnell
Committed by
GitHub
Jul 12, 2024
Browse files
[Bugfix] Fix hard-coded value of x in context_attention_fwd (#6373)
Signed-off-by:
Thomas Parnell
<
tpa@zurich.ibm.com
>
parent
a27f87da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/attention/ops/prefix_prefill.py
vllm/attention/ops/prefix_prefill.py
+2
-2
No files found.
vllm/attention/ops/prefix_prefill.py
View file @
e1684a76
...
@@ -718,7 +718,7 @@ if triton.__version__ >= "2.1.0":
...
@@ -718,7 +718,7 @@ if triton.__version__ >= "2.1.0":
b_ctx_len
,
b_ctx_len
,
alibi_slopes
,
alibi_slopes
,
v_cache
.
shape
[
3
],
v_cache
.
shape
[
3
],
8
,
k_cache
.
shape
[
4
]
,
o
,
o
,
b_loc
.
stride
(
0
),
b_loc
.
stride
(
0
),
b_loc
.
stride
(
1
),
b_loc
.
stride
(
1
),
...
@@ -768,7 +768,7 @@ if triton.__version__ >= "2.1.0":
...
@@ -768,7 +768,7 @@ if triton.__version__ >= "2.1.0":
b_seq_len
,
b_seq_len
,
b_ctx_len
,
b_ctx_len
,
v_cache
.
shape
[
3
],
v_cache
.
shape
[
3
],
8
,
k_cache
.
shape
[
4
]
,
o
,
o
,
b_loc
.
stride
(
0
),
b_loc
.
stride
(
0
),
b_loc
.
stride
(
1
),
b_loc
.
stride
(
1
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment