Views
No views yet
1vllm serve acyildirimer/Qwen3.6-27B-int4-AutoRound \
2 --host 0.0.0.0 \
3 --port 8000 \
4 --dtype auto \
5 --kv-cache-dtype auto \
6 --max-model-len auto \
7 --reasoning-parser qwen3 \
8 --enable-auto-tool-choice \
9 --tool-call-parser qwen3_coder \
10 --gpu-memory-utilization 0.96 \
11 --enable-prefix-caching \
12 --max-num-seqs 1 \
13 --served-model-name Qwen3.6-27B \
14 --language-model-only \
15 --performance-mode interactivity \
16 --attention-backend auto \
17 --max-num-batched-tokens 4096 \
18 --generation-config auto \
19 --override-generation-config '{"temperature":0.6,"top_p":0.95,"top_k":20,"min_p":0.0,"repetition_penalty":1.0}' \
20 --speculative-config '{"method": "mtp", "num_speculative_tokens": 2}'--kv-cache-dtype value or set it to auto.turboquant is not currently working on Ampere GPUs, so it is not enabled in the launch example above.--gpu-memory-utilization. For example, try 0.94, 0.92, or lower depending on your available VRAM and workload.Available KV cache memory during startup. If this happens, terminate the running instance and launch it again with the same parameters.1@misc{qwen36-27b,
2 title = {{Qwen3.6-27B}: Flagship-Level Coding in a {27B} Dense Model},
3 author = {{Qwen Team}},
4 year = {2026},
5 month = {April},
6 url = {https://qwen.ai/blog?id=qwen3.6-27b}
7}1@article{cheng2023optimize,
2 title = {Optimize Weight Rounding via Signed Gradient Descent for the Quantization of LLMs},
3 author = {Cheng, Wenhua and Zhang, Weiwei and Shen, Haihao and Cai, Yiyang and He, Xin and Lv, Kaokao and Liu, Yi},
4 journal = {arXiv preprint arXiv:2309.05516},
5 year = {2023}
6}