Fix Lfm2 and common tests (#39398)

* fix

* better fix

* typo
This commit is contained in:
Cyril Vallez
2025-07-14 12:02:59 +02:00
committed by GitHub
parent 878d60a3cb
commit 8165c703ab
2 changed files with 7 additions and 0 deletions

View File

@@ -85,6 +85,12 @@ class Lfm2ModelTest(CausalLMModelTest, unittest.TestCase):
def test_contrastive_generate_low_memory(self):
pass
@unittest.skip(
"Lfm2 has a special cache format which is not compatible with compile as it has static address for conv cache"
)
def test_sdpa_can_compile_dynamic(self):
pass
@require_torch_accelerator
@require_read_token