Views
No views yet
Jackrong/DeepSeek-V4-Pro-Qwen3.5-9B
using mlx-vlm version 0.4.4.pip install -U mlx-vlm1python -m mlx_vlm.generate \
2 --model mlx-community/DeepSeek-V4-Pro-Qwen3.5-9B-6bit \
3 --max-tokens 512 \
4 --temperature 0.0 \
5 --prompt "Describe this image." \
6 --image <path_to_image>1python -m mlx_vlm.generate \
2 --model mlx-community/DeepSeek-V4-Pro-Qwen3.5-9B-6bit \
3 --max-tokens 512 \
4 --temperature 0.2 \
5 --prompt "Write a Python function that parses a JSONL file and counts records by label."Jackrong/DeepSeek-V4-Pro-Qwen3.5-9B.mlx-vlm rather than plain mlx-lm.1mlx_vlm.convert \
2 --hf-path Jackrong/DeepSeek-V4-Pro-Qwen3.5-9B \
3 --mlx-path DeepSeek-V4-Pro-Qwen3.5-9B-6bit \
4 --quantize \
5 --q-bits 6 \
6 --q-group-size 64 \
7 --q-mode affine