[CI] Check test if the GenerationTesterMixin inheritance is correct 🐛 🔫 (#36180)
This commit is contained in:
@@ -3353,7 +3353,7 @@ class WhisperEncoderModelTester:
|
||||
|
||||
|
||||
@require_torch
|
||||
class WhisperEncoderModelTest(ModelTesterMixin, GenerationTesterMixin, unittest.TestCase):
|
||||
class WhisperEncoderModelTest(ModelTesterMixin, unittest.TestCase):
|
||||
all_model_classes = (WhisperForAudioClassification,) if is_torch_available() else ()
|
||||
is_encoder_decoder = False
|
||||
fx_compatible = False
|
||||
|
||||
Reference in New Issue
Block a user