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
c7c03f73
Commit
c7c03f73
authored
Aug 19, 2024
by
zhuwenwen
Browse files
update log of seq_len
parent
fa973559
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/attention/backends/rocm_flash_attn.py
vllm/attention/backends/rocm_flash_attn.py
+1
-1
No files found.
vllm/attention/backends/rocm_flash_attn.py
View file @
c7c03f73
...
...
@@ -238,7 +238,7 @@ class ROCmFlashAttentionImpl(AttentionImpl):
from
flash_attn
import
flash_attn_varlen_func
# noqa: F401
self
.
attn_func_ck
=
flash_attn_varlen_func
logger
.
debug
(
"When SEQ_LEN > 8
192
, Use Triton FA in ROCmBackend, otherwise Use CK FA"
)
logger
.
debug
(
"When SEQ_LEN > 8
000
, Use Triton FA in ROCmBackend, otherwise Use CK FA"
)
else
:
# from vllm.attention.ops.triton_flash_attention import ( # noqa: F401
# triton_attention)
...
...
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