Views
No views yet
code/ (pure Python, mlx>=0.31, no build step).| build | size | think-ja | multilingual |
|---|---|---|---|
| GPTQ-3.5bpw (scalar) | 15.35 GB | +6.6% | +6.9% |
| this (VQ-3.4bpw) | 15.0 GB | +6.0% | +5.8% |
| VQ-2.6bpw | 11.53 GB | +12.4% | +12.2% |
| GPTQ-2.7bpw (scalar) | 12.03 GB | +17.5% | +15.4% |
| VQ-2.4bpw — for 16 GB Macs | 10.49 GB | +19.5% | +21.6% |
lm_head 6bit,
routers 8bit, embeddings 4bit. Vision tower: unquantized bf16.1pip install "mlx>=0.31" "mlx-lm>=0.31"
2hf download aquaman164/Qwen3.6-35B-A3B-MLX-VQ-3.4bpw --local-dir qwen-vq35
3
4python qwen-vq35/code/vq_serve.py --model qwen-vq35 --port 8091 # OpenAI-compatible
5python qwen-vq35/code/vq_generate.py qwen-vq35 100 # one-shot test