Skip to content

Commit 607c70d

Browse files
authored
skip varlen integration test on rocm (#2085)
as title since varlen attention is not supported on rocm
1 parent 7e10d60 commit 607c70d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def build_features_test_list() -> list[OverrideDefinitions]:
357357
"FSDP+VARLEN_ATTN",
358358
"fsdp+varlen_attn",
359359
ngpu=4,
360+
skip_rocm_test=True,
360361
),
361362
OverrideDefinitions(
362363
[

0 commit comments

Comments
 (0)