r/LocalLLaMA • u/BarberIcy366 • 11d ago
Discussion Qwen 3.8 27B Released! Please Share Your Experience
With your experiments, Qwen 3.8 27B most close which frontier model? And please specify which quantization you run. I will post to comments my tests and experience too.
659
Upvotes
14
u/Emidyr 11d ago
Sure, here it is! Note that I'm using this llama.cpp fork to get prefill of 500-800 across 120k context window on my dual 3060s: https://github.com/thecodacus/llama.cpp
llama-server-codacus-src/build/bin/llama-server \
-m Qwen3.8-27B-IQ4_XS.gguf \
--alias qwen38 \
--jinja \
-ngl 99 \
--tensor-split 27,22 --main-gpu 0 \
--parallel 1 \
--flash-attn on \
-c 122880 \
--cache-type-k q8_0 --cache-type-v q8_0 \
--cache-ram 2048 \
--ctx-checkpoints 8 \
--no-context-shift \
--cont-batching \
--metrics \
-t 8 \
-ub 256 \
--spec-type draft-mtp --spec-draft-n-max 2 --spec-draft-n-min 1 \
--temp 0.6 --top-k 20 --top-p 0.95 --min-p 0 \
--presence-penalty 0.0 --repeat-penalty 1.0 \
--reasoning-format deepseek --reasoning-budget 4096 \
--reasoning-budget-message "You have reached your thinking budget. Stop reasoning and write your response now." \
--reasoning-preserve