Skip to content

Instantly share code, notes, and snippets.

@voxels
Created May 22, 2026 15:29
Show Gist options
  • Select an option

  • Save voxels/fcf3bd87a88d91371d54135f5aa6755a to your computer and use it in GitHub Desktop.

Select an option

Save voxels/fcf3bd87a88d91371d54135f5aa6755a to your computer and use it in GitHub Desktop.
Start MLX_LM Qwen
- conda activate qwen
- python -m mlx_lm server \
- --model unsloth/Qwen3.6-35B-A3B-UD-MLX-4bit \
- --port 8000 \
- --max-tokens 8192 \
- --prompt-concurrency 4 \
- --decode-concurrency 1 \
- --prompt-cache-bytes 32G \
- --trust-remote-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment