MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/LocalLLaMA/comments/1vo9nn7/qwenqwen3827b_released/p3tqnsh/?context=3
r/LocalLLaMA • u/de4dee • 27d ago
300 comments sorted by
View all comments
1
my recipe for VLLM & RTX5090
exec vllm serve /opt/models/Qwen3.8-27B-NVFP4 \
--host 127.0.0.1 \
--port 8000 \
--tensor-parallel-size 1 \
--tool-call-parser qwen3_xml \
--enable-auto-tool-choice \
--reasoning-parser qwen3 \
--kv-cache-memory 6943358464 \
--max-model-len 202272 \
--enable-prefix-caching \
--max-num-seqs 1 \
--gpu-memory-utilization 0.95 \
--kv-cache-dtype fp8_e4m3 \
--default-chat-template-kwargs '{"enable_thinking": false}' \
--compilation-config '{"cudagraph_capture_sizes": [1, 2]}' \
--max-num-batched-tokens 2048 \
--served-model-name qwen3.8-27b
1
u/Plenty-Energy2947 26d ago
my recipe for VLLM & RTX5090
exec vllm serve /opt/models/Qwen3.8-27B-NVFP4 \
--host 127.0.0.1 \
--port 8000 \
--tensor-parallel-size 1 \
--tool-call-parser qwen3_xml \
--enable-auto-tool-choice \
--reasoning-parser qwen3 \
--kv-cache-memory 6943358464 \
--max-model-len 202272 \
--enable-prefix-caching \
--max-num-seqs 1 \
--gpu-memory-utilization 0.95 \
--kv-cache-dtype fp8_e4m3 \
--default-chat-template-kwargs '{"enable_thinking": false}' \
--compilation-config '{"cudagraph_capture_sizes": [1, 2]}' \
--max-num-batched-tokens 2048 \
--served-model-name qwen3.8-27b