Skip to content
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ def get_attn_backend_list_based_on_platform() -> list[str]:
try:
import aiter # noqa: F401

attn_backend_list.append("FLASH_ATTN")
attn_backend_list.append("ROCM_AITER_FA")
except Exception:
print("Skip FLASH_ATTN on ROCm as aiter is not installed")

Expand Down
Loading