Skip to content

Commit

Permalink
Fixed MT5 Test from hf_transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Jan 5, 2024
1 parent ab19682 commit 84288ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_mt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@


@require_torch
class MT5AdapterModelTest(AdapterModelTesterMixin, MT5ModelTest):
class MT5AdapterModelTest(AdapterModelTesterMixin, MT5IntegrationTest):
all_model_classes = (MT5AdapterModel,)
fx_compatible = False

0 comments on commit 84288ac

Please sign in to comment.