Skip to content

Commit

Permalink
small testing update gfx942
Browse files Browse the repository at this point in the history
  • Loading branch information
Cemberk committed Feb 19, 2025
1 parent 30abf0b commit 584e74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/qwen2_vl/test_modeling_qwen2_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class Qwen2VLModelTest(ModelTesterMixin, GenerationTesterMixin, unittest.TestCas
test_head_masking = False
_is_composite = True

@skipIfRocm(os_name='ubuntu', os_version='24.04')
@skipIfRocm(arch='gfx942', os_name='ubuntu', os_version='24.04')
def test_generate_with_static_cache():
super().test_generate_with_static_cache()

Expand Down

0 comments on commit 584e74c

Please sign in to comment.