Remove deprecated code (#37059)

* Remove deprecated code

* fix get_loading_attributes

* fix error

* skip test

---------

Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com>
Co-authored-by: Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com>
This commit is contained in:
cyyever
2025-03-31 17:15:35 +08:00
committed by GitHub
parent d1efaf0318
commit f99c279d20
8 changed files with 13 additions and 66 deletions

View File

@@ -592,7 +592,7 @@ class SeamlessM4Tv2ModelWithSpeechInputTest(ModelTesterMixin, unittest.TestCase)
# TODO: @ydshieh: refer to #34968
@unittest.skip(reason="Failing on multi-gpu runner")
def test_retain_grad_hidden_states_attentions(self):
pass
self.skipTest(reason="Failing on multi-gpu runner")
@require_torch