Skip to content

Commit 74e8e3c

Browse files
committed
fix
Signed-off-by: Alexandros Koumparoulis <[email protected]>
1 parent ee70e99 commit 74e8e3c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/unit_tests/models/mistral3/test_mistral3_model.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,3 @@ def test_forward_emits_logits(self):
9898
assert outputs.logits.shape == (batch, seq_len, cfg.vocab_size)
9999
mock_forward.assert_called_once()
100100

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

Comments
 (0)