Skip to content

Commit 7b5f1db

Browse files
Skip failing irrelevant test for ColQwen2 (#42480)
1 parent 98fc2a2 commit 7b5f1db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/models/colqwen2/test_modeling_colqwen2.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ def test_sdpa_can_dispatch_on_flash(self):
279279
def test_sdpa_can_compile_dynamic(self):
280280
pass
281281

282+
@unittest.skip(reason="This architecture doesn't support weight tying/untying.")
283+
def test_load_save_without_tied_weights(self):
284+
pass
285+
282286

283287
@require_torch
284288
class ColQwen2ModelIntegrationTest(unittest.TestCase):

0 commit comments

Comments
 (0)