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
f48c6791
Unverified
Commit
f48c6791
authored
Mar 08, 2024
by
Zhuohan Li
Committed by
GitHub
Mar 08, 2024
Browse files
[FIX] Fix prefix test error on main (#3286)
parent
c2c5e090
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/model_executor/layers/attention/backends/flash_attn.py
vllm/model_executor/layers/attention/backends/flash_attn.py
+0
-2
No files found.
vllm/model_executor/layers/attention/backends/flash_attn.py
View file @
f48c6791
...
@@ -103,8 +103,6 @@ class FlashAttentionBackend:
...
@@ -103,8 +103,6 @@ class FlashAttentionBackend:
key_cache
,
key_cache
,
value_cache
,
value_cache
,
input_metadata
,
input_metadata
,
self
.
num_heads
,
self
.
num_kv_heads
,
self
.
alibi_slopes
,
self
.
alibi_slopes
,
)
)
else
:
else
:
...
...
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