Created
August 28, 2026 02:55
-
-
Save cguldogan/641a38b20a6309a68a1aa1a62a590c22 to your computer and use it in GitHub Desktop.
vllm serve Qwen/Qwen3.8-27B-FP8
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
| vllm serve Qwen/Qwen3.8-27B-FP8 \ | |
| --tensor-parallel-size 1 \ | |
| --data-parallel-size 2 \ | |
| --max-model-len 262144 \ | |
| --kv-cache-dtype fp8 \ | |
| --gpu-memory-utilization 0.90 \ | |
| --max-num-seqs 8 \ | |
| --enable-prefix-caching \ | |
| --language-model-only \ | |
| --reasoning-parser qwen3 \ | |
| --enable-auto-tool-choice \ | |
| --tool-call-parser qwen3_coder \ | |
| --speculative-config '{"method":"mtp","num_speculative_tokens":3}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment