Views
No views yet
| Variant | Size | Status |
|---|---|---|
| Qwen2.5-1.5B-Instruct-MLX-8bit | 1.5 GB | teacher |
| Qwen2.5-1.5B-Instruct-MLX-4bit | 0.93 GB | this repo — plain affine 4-bit (gs32) |
| Qwen2.5-1.5B-Instruct-MLX-4bit-DWQ | 0.93 GB | DWQ (recommended) |
1python -m mlx_lm convert --hf-path Qwen/Qwen2.5-1.5B-Instruct \
2 --mlx-path Qwen2.5-1.5B-Instruct-MLX-4bit -q --q-bits 4 --q-group-size 32docs/quantization-policy.md rule 1 (doubles tunable
scale/bias params at low bit width).1pip install mlx-lm
2python -m mlx_lm generate --model majentik/Qwen2.5-1.5B-Instruct-MLX-4bit \
3 --prompt "The capital of France is"