protogeni/Qwen3.8-27B-Uncensored-W4A16-RTX3090-MTP4
Qwen3.8-27B Uncensored · W4A16 + MTP4
A complete uncensored checkpoint optimized for speculative decoding on a single 24 GB GPU. 100K text context with BF16 KV cache and MTP4 is tested on an RTX 3090 Ti.
The W4A16 transformer body is paired with INT8 token embeddings, calibrated GPTQ INT4 output/MTP heads, and a 40,960-token draft vocabulary selected from this model's own outputs. Group size is 128. The vision tower is retained; the 100K serving profile is text-only.
100K serving setup
Use the patched syv-ai runtime, tested with vLLM 0.27.1. 100K profile details.
Download into the runtime repository:
hf download protogeni/Qwen3.8-27B-Uncensored-W4A16-RTX3090-MTP4 \
--local-dir models/Qwen3.8-27B-Uncensored-W4A16-RTX3090-MTP4Merge these settings into its .env:
MODEL=/app/models/Qwen3.8-27B-Uncensored-W4A16-RTX3090-MTP4
CTX=fast
SPEC=mtp
DRAFT_TOKENS=4
PREFIX_CACHE=1
VISION=0
GPU_UTIL=0.95
MAX_LEN=100000
MAX_SEQS=4
CG=8
EXTRA_ARGS=--kv-cache-memory=7730941132 --max-num-batched-tokens 512docker compose --profile single up -d --no-deps --force-recreate singleSet the client's context limit to 100,000 tokens, including the reply.
Measured performance
RTX 3090 Ti, BF16 KV + MTP4. Generation rates exclude prompt processing and include reasoning tokens.
Quality results
MMLU-Pro used thinking; the other listed tests used thinking off. MMMU used an eager, MTP-off profile. Protocols, raw results, and earlier speed tests.
Lineage and license
Qwen/Qwen3.8-27B → OrcaRouter uncensored → noon-at-cgn AutoRound W4A16 → this serving-optimized checkpoint.
Build and calibration details. Apache-2.0 license.
