Views
No views yet
deepreinforce-ai/Ornith-1.0-35B for Apple Silicon (mlx-vlm).deepreinforce-ai/Ornith-1.0-35B (license: mit)mlx-vlm 0.6.3 — mlx_vlm.convert --hf-path deepreinforce-ai/Ornith-1.0-35B --mlx-path . -q --q-bits 8 --q-group-size 64experts.{i}.gate_proj/up_proj/down_proj), while mlx-vlm expects a fused/stacked experts.gate_up_proj. A sanitize monkeypatch fused them before conversion (gate then up, stacked over experts).1from mlx_vlm import load, generate
2model, processor = load("ToPo-ToPo/Ornith-1.0-35B-mlx-8bit")