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
58042164
Commit
58042164
authored
May 30, 2025
by
zhuwenwen
Browse files
update flash_attn.py
parent
dbd62f84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/attention/backends/flash_attn.py
vllm/attention/backends/flash_attn.py
+0
-1
No files found.
vllm/attention/backends/flash_attn.py
View file @
58042164
...
...
@@ -977,7 +977,6 @@ class FlashAttentionImpl(AttentionImpl):
v_descale
=
layer
.
_v_scale
.
expand
(
descale_shape
),
)
else
:
decode_output
=
decode_output
.
unsqueeze
(
1
)
decode_output
=
flash_attn_with_kvcache
(
q
=
decode_query
.
unsqueeze
(
1
),
k_cache
=
key_cache
,
...
...
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