Skip to content

Commit 87c1f4d

Browse files
committed
update test_spec_decode
Signed-off-by: charlifu <charlifu@amd.com>
1 parent d6f3c79 commit 87c1f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/e2e/test_spec_decode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def test_eagle_correctness(
413413
"multi-token eagle spec decode on current platform"
414414
)
415415

416-
if attn_backend == "FLASH_ATTN" and current_platform.is_rocm():
416+
if attn_backend == "ROCM_AITER_FA" and current_platform.is_rocm():
417417
m.setenv("VLLM_ROCM_USE_AITER", "1")
418418

419419
method, model_name, spec_model_name, tp_size = model_setup

0 commit comments

Comments
 (0)