Views
No views yet
Qwen/Qwen3.5-9B, for use with mlx-vlm speculative decoding. It was quantized from mlx-community/Qwen3.5-9B-MTP-bf16.mlx-community/Qwen3.5-9B-6bit — recommended pairing for this 6-bit draftermlx-community/Qwen3.5-9B-8bit1uv run mlx_vlm.generate \
2 --model mlx-community/Qwen3.5-9B-6bit \
3 --draft-model ulises-c/Qwen3.5-9B-MTP-6bit \
4 --prompt "Hi, how are you?" \
5 --max-tokens 256 \
6 --enable-thinking1uv run mlx_vlm.generate \
2 --model /path/to/target-model \
3 --draft-model /path/to/Qwen3.5-9B-MTP-6bit \
4 --prompt "Hi, how are you?" \
5 --max-tokens 256 \
6 --enable-thinkingqwen3_5_mtp2mlx-vlmmlx-vlm (the qwen3_5_mtp architecture is provided by mlx-vlm, not mlx-lm):1uvx --from 'mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm' mlx_vlm.convert \
2 --hf-path mlx-community/Qwen3.5-9B-MTP-bf16 \
3 --mlx-path Qwen3.5-9B-MTP-6bit \
4 -q --q-bits 6 --q-group-size 64mlx-vlm. Standard standalone generation through generic Transformers APIs is not expected to work with this repository by itself.Qwen/Qwen3.5-9B model card and license terms for model usage constraints.