Views
No views yet
| precision | size | repo |
|---|---|---|
| 4-bit | ~20 GB | LemonMLXE/Qwen3.6-35B-A3B-MTP-mlx-4bit |
| 6-bit | ~28 GB | LemonMLXE/Qwen3.6-35B-A3B-MTP-mlx-6bit |
| 8-bit | ~36 GB | LemonMLXE/Qwen3.6-35B-A3B-MTP-mlx-8bit |
# plain decode
chat LemonMLXE/Qwen3.6-35B-A3B-MTP-mlx-8bit --use-mtp=false
# speculative decode with the inline MTP head (n_draft=2 is the sweet spot here)
chat LemonMLXE/Qwen3.6-35B-A3B-MTP-mlx-8bit --use-mtp --n-draft 2convert tool directly from the official
Qwen/Qwen3.6-35B-A3B bf16 checkpoint. License inherited from the base model.