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
e2fbfc95
Unverified
Commit
e2fbfc95
authored
Dec 01, 2025
by
Divakar Verma
Committed by
GitHub
Dec 02, 2025
Browse files
[CI][AMD] spec_decode:eagle skip FLASH_ATTN for deepseek on ROCm (#29827)
Signed-off-by:
Divakar Verma
<
divakar.verma@amd.com
>
parent
a690fb5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tests/v1/e2e/test_spec_decode.py
tests/v1/e2e/test_spec_decode.py
+4
-1
No files found.
tests/v1/e2e/test_spec_decode.py
View file @
e2fbfc95
...
@@ -414,7 +414,10 @@ def test_eagle_correctness(
...
@@ -414,7 +414,10 @@ def test_eagle_correctness(
)
)
if
attn_backend
==
"FLASH_ATTN"
and
current_platform
.
is_rocm
():
if
attn_backend
==
"FLASH_ATTN"
and
current_platform
.
is_rocm
():
m
.
setenv
(
"VLLM_ROCM_USE_AITER"
,
"1"
)
if
"deepseek"
in
model_setup
[
1
].
lower
():
pytest
.
skip
(
"FLASH_ATTN for deepseek not supported on ROCm platform"
)
else
:
m
.
setenv
(
"VLLM_ROCM_USE_AITER"
,
"1"
)
method
,
model_name
,
spec_model_name
,
tp_size
=
model_setup
method
,
model_name
,
spec_model_name
,
tp_size
=
model_setup
max_model_len
=
2048
max_model_len
=
2048
...
...
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