Views
No views yet
dbirks/Qwen3.8-27B-W4A16-AutoRound
and applies the serving recipe published by
syv-ai/qwen38-27b-rtx3090.lm_head: INT8 group-128, relative round-trip error 0.0064model.language_model.embed_tokens: INT8 group-128, relative round-trip error 0.0056Qwen/Qwen3.8-27B1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0dbirks/Qwen3.8-27B-W4A16-AutoRound1f05c441c4e64ae0549de44fa9ea5a6d43610314syv-ai/qwen38-27b-rtx3090e681a8f6b190cca1f86d58b8b333b64d014994d7pack-quantizedVocabParallelEmbedding constructors.1patch -p1 -d /path/to/site-packages/vllm \
2 < vllm-qwen3_5-embed-quant.patch0.27.1. Revalidate it after
upgrading vLLM. Without this patch, the checkpoint is not expected to load
correctly.1PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True \
2VLLM_USE_FLASHINFER_SAMPLER=0 \
3vllm serve XReyRobert/Qwen3.8-27B-W4A16-AutoRound-INT8-Head-Embeddings \
4 --served-model-name qwen3.8-27b-autoround-int8-head-embeddings \
5 --language-model-only \
6 --kv-cache-dtype fp8 \
7 --max-model-len 150000 \
8 --max-num-seqs 64 \
9 --max-num-batched-tokens 2048 \
10 --gpu-memory-utilization 0.972 \
11 --async-scheduling \
12 --compilation-config '{"max_cudagraph_capture_size":64,"custom_ops":["+rms_norm","+silu_and_mul"]}' \
13 --trust-remote-code--language-model-only avoids loading the vision tower. The published syv-ai
measurements use an RTX 3090 and describe 150k as the conservative deployment
context; the reported single-request ceiling after requantization is around
195k. Actual capacity depends on the runtime version, CUDA allocator state,
concurrency and prompt shape.| Mode | Temperature | Top-p | Top-k | Min-p | Presence penalty | Repetition penalty |
|---|---|---|---|---|---|---|
| Thinking | 1.0 | 0.95 | 20 | 0.0 | 0.0 | 1.0 |
| Instruct / non-thinking | 0.7 | 0.8 | 20 | 0.0 | 1.5 | 1.0 |
reasoning_effort=low, medium, or xhigh; xhigh is the
source-model default. For agentic sessions, enable thinking and preserve prior
reasoning through the chat template:{"enable_thinking": true, "preserve_thinking": true}1python quant_lm_head.py /path/to/checkpoint
2python quant_embed.py /path/to/checkpointmodel.safetensors.index.json, and add dedicated compressed-tensors config
groups for lm_head and embed_tokens.lm_head relative round-trip error: 0.0064embed_tokens relative round-trip error: 0.0056openssl-selfsigned-cert, headless-terminal, and
count-dataset-tokens) using one RTX 3090, one concurrent trial, 32 CPU
cores, 48 GiB RAM, and a 30-minute task timeout.| Effort | Verifier reward | Run wall | Visible output | vLLM output | Parser warnings | Decode | Prefill | Agent timeouts |
|---|---|---|---|---|---|---|---|---|
low | 3/3 | 36.5 min | 43,988 | 60,696 | 18 | 46.9 tok/s | 1,175 tok/s | 0 |
xhigh | 3/3 | 52.1 min | 95,325 | 96,877 | 22 | 46.2 tok/s | 1,168 tok/s | 1 |
dbirks for the W4A16 AutoRound checkpointsyv-ai for the INT8 head/embedding transformation and vLLM serving recipe