Skip sdpa dispatch on flash test due to unsupported head dims (#39010)

This commit is contained in:
ivarflakstad 2025-06-24 20:16:56 +02:00 committed by GitHub
parent f367c6337d
commit 995666edb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -318,6 +318,10 @@ class DeepseekV3ModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTeste
def test_greedy_generate_dict_outputs_use_cache(self):
pass
@unittest.skip(reason="SDPA can't dispatch on flash due to unsupported head dims")
def test_sdpa_can_dispatch_on_flash(self):
pass
def test_config(self):
self.config_tester.run_common_tests()