You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.3.6 — Disk Streaming, Mistral 4 Support, Metal Fixes
New Features
Disk Streaming Mode (--stream-from-disk): Load models larger than RAM by leveraging macOS SSD paging (~7.4GB/s). Automatically disables all caching. UI toggle in session settings with adjustable virtual memory budget slider.
Mistral Small 4 (119B) support: model_type: mistral4 with MLA attention (Multi-head Latent Attention), 128-expert MoE, YaRN interleaved RoPE. Works via mlx-lm text path and mistral3 VLM wrapper.
JANG gate dequant for all MoE models: Extended from Nemotron-only to any model with n_routed_experts > 0 (Mistral 4, DeepSeek V3, etc.)
Fixes
Metal memory limit: Correctly RAISED (not capped) for disk streaming — allows macOS to page model weights via SSD
Metal cache limit: Set to 0 in disk streaming mode so freed memory returns to macOS immediately
Reranker race condition: Capture local reference inside lock before .rerank() call