Created
May 22, 2026 15:29
-
-
Save voxels/fcf3bd87a88d91371d54135f5aa6755a to your computer and use it in GitHub Desktop.
Start MLX_LM Qwen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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