Views
No views yet
Jackrong/Qwopus3.6-27B-Coder
using mlx-vlm version 0.4.4.pip install -U mlx-vlm1python -m mlx_vlm.generate \
2 --model mlx-community/Qwopus3.6-27B-Coder-8bit \
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/Qwopus3.6-27B-Coder-8bit \
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/Qwopus3.6-27B-Coder.mlx-vlm rather than plain mlx-lm.1mlx_vlm.convert \
2 --hf-path Jackrong/Qwopus3.6-27B-Coder \
3 --mlx-path Qwopus3.6-27B-Coder-8bit \
4 --quantize \
5 --q-bits 8 \
6 --q-group-size 64 \
7 --q-mode affine