We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9adfef commit aac40cbCopy full SHA for aac40cb
1 file changed
tests/test_shard_loader.py
@@ -155,6 +155,7 @@ def test_qwen35_moe_uses_qwen35_text_args_and_sanitizer_module():
155
assert model_args.moe_intermediate_size == 512
156
157
158
+@pytest.mark.skipif(sys.platform != "darwin", reason="MLX tests require macOS")
159
def test_register_block_class_includes_qwen35_moe():
160
loader = MLXModelLoader("test_model_path")
161
0 commit comments