We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee70e99 commit 74e8e3cCopy full SHA for 74e8e3c
tests/unit_tests/models/mistral3/test_mistral3_model.py
@@ -98,10 +98,3 @@ def test_forward_emits_logits(self):
98
assert outputs.logits.shape == (batch, seq_len, cfg.vocab_size)
99
mock_forward.assert_called_once()
100
101
-
102
-class TestModelClassExport:
103
- def test_model_class_points_to_models(self):
104
- assert hasattr(mistral_mod, "ModelClass")
105
- assert mistral_mod.Ministral3ForCausalLM in mistral_mod.ModelClass
106
- assert Mistral3ForConditionalGeneration in mistral_mod.ModelClass
107
0 commit comments