Views
No views yet
Qwen/Qwen3.5-27B.mlx-lm.
This repository is not affiliated with or endorsed by Qwen or Alibaba.1mlx_lm.convert \
2 --hf-path Qwen/Qwen3.5-27B \
3 --mlx-path Qwen3.5-27B-MLX-4bit \
4 --quantize \
5 --q-bits 4 \
6 --q-group-size 64mlx_lm.convert:Quantized model with 4.501 bits per weight.1mlx_lm.generate \
2 --model Qwen3.5-27B-MLX-4bit \
3 --prompt "用一句话说明你是什么模型。" \
4 --max-tokens 80 \
5 --chat-template-config '{"enable_thinking": false}'1mlx_lm.server \
2 --model Qwen3.5-27B-MLX-4bit \
3 --host 127.0.0.1 \
4 --port 8080 \
5 --chat-template-args '{"enable_thinking": false}'mlx-lm 0.31.3:1Prompt: 19 tokens, 41.697 tokens-per-sec
2Generation: 21 tokens, 15.582 tokens-per-sec
3Peak memory: 15.411 GB