[CI][AMD] spec_decode:eagle skip FLASH_ATTN for deepseek on ROCm (#29827)

Signed-off-by: Divakar Verma <divakar.verma@amd.com>
This commit is contained in:
Divakar Verma 2025-12-01 23:27:46 -06:00 committed by GitHub
parent a690fb5bd6
commit e2fbfc955e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -414,6 +414,9 @@ def test_eagle_correctness(
)
if attn_backend == "FLASH_ATTN" and current_platform.is_rocm():
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