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
083ff6ec
Commit
083ff6ec
authored
Sep 30, 2025
by
zhuwenwen
Browse files
when v1 is set to block_size 16, switch to triton implementation
parent
a4fc4d7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/platforms/rocm.py
vllm/platforms/rocm.py
+1
-0
No files found.
vllm/platforms/rocm.py
View file @
083ff6ec
...
...
@@ -299,6 +299,7 @@ class RocmPlatform(Platform):
return
FLASH_ATTN_V1
else
:
os
.
environ
[
'VLLM_USE_FLASH_ATTN_PA'
]
=
'0'
logger
.
info_once
(
"Using Triton backend on V1 engine."
)
return
TRITON_ATTN_VLLM_V1
...
...
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