Skip to content

Commit d6f3c79

Browse files
committed
use ROCM_AITER_FA on test
Signed-off-by: charlifu <charlifu@amd.com>
1 parent e5f1f4a commit d6f3c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/spec_decode/test_max_len.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_eagle_max_len(
4747
"multi-token eagle spec decode on current platform"
4848
)
4949

50-
if attn_backend == "FLASH_ATTN" and current_platform.is_rocm():
50+
if attn_backend == "ROCM_AITER_FA" and current_platform.is_rocm():
5151
m.setenv("VLLM_ROCM_USE_AITER", "1")
5252

5353
llm = LLM(

0 commit comments

Comments
 (0)