Views
No views yet
MLX-VLM4bit19G4.649 bits/weightmlx-vlmmlx-vlm layout and includes the compatibility fixes required for reliable use with MLX-VLM and LM Studio:chat_template.jinjabos/eos/pad token ids in config.json6/6 non-refusedrefusal_rate = 0.020260317_195948568 charsmax_tokens=320, temperature=0.0, prefill_step_size=128config.jsonchat_template.jinjaprocessor_config.jsontokenizer.jsonmodel-00001-of-00004.safetensors ... model-00004-of-00004.safetensorsmodel.safetensors.index.json1mlx_vlm.generate \
2 --model /path/to/Huihui-Qwen3.5-35B-A3B-Claude-4.6-Opus-abliterated-mlx-4bit \
3 --prompt "你好" \
4 --max-tokens 256 \
5 --prefill-step-size 1281mlx_vlm.generate \
2 --model /path/to/Huihui-Qwen3.5-35B-A3B-Claude-4.6-Opus-abliterated-mlx-4bit \
3 --image /path/to/example.png \
4 --prompt "请简短描述这张图片。" \
5 --max-tokens 128 \
6 --prefill-step-size 128