[qwen3] fix generation tests (#37142)
* do not skip tests * fix qwen3-moe as well * fixup * fixup
This commit is contained in:
committed by
GitHub
parent
e686fed635
commit
8805600406
@@ -351,7 +351,6 @@ class MixtralModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMi
|
||||
|
||||
def test_Mixtral_sequence_classification_model(self):
|
||||
config, input_dict = self.model_tester.prepare_config_and_inputs_for_common()
|
||||
print(config)
|
||||
config.num_labels = 3
|
||||
input_ids = input_dict["input_ids"]
|
||||
attention_mask = input_ids.ne(1).to(torch_device)
|
||||
|
||||
Reference in New Issue
Block a user