[qwen3] fix generation tests (#37142)

* do not skip tests

* fix qwen3-moe as well

* fixup

* fixup
This commit is contained in:
Raushan Turganbay
2025-03-31 16:33:41 +02:00
committed by GitHub
parent e686fed635
commit 8805600406
6 changed files with 6 additions and 82 deletions

View File

@@ -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)