Views
No views yet
Built with mlx-optiq, the MLX-native toolkit to quantize, fine-tune, and serve LLMs locally on Apple Silicon (no PyTorch, no cloud). Try the Lab · All OptiQ quants · Docs
mlx-community/Qwen3.5-27B-OptiQ-4bit quant. Fara1.5 is a finetune of Qwen3.5-27B with identical architecture, so the OptiQ allocation matches the Qwen3.5 family exactly, with no separate sensitivity pass.optiq/optiq_vision.safetensors. The one repo loads text-only under stock mlx-lm and full image+text under OptiQ.1pip install -U optiq
2optiq serve --model mlx-community/Fara1.5-27B-OptiQ-4bithttp://localhost:8000/v1. Send an image_url part for the computer-use / vision path.