vcruz305/Qwen3.8-Flash-Next-GGUF
24.5k
Qwen3.8-Flash-Next GGUF (vcruz305)
Real K-quant ladder from full HF BF16 weights with MTP heads in-main (blk.48 / nextn.*) and a shared BF16 PLE.
Layout
Setup
bash scripts/link-ple.shApproximate backbone sizes (GiB) + shared PLE
Run (DGX Spark / unified memory)
Requires qwen4exp-capable llama.cpp (PR #27742 class).
llama-cli \
-m Q4_K_M/Qwen3.8-Flash-Next-Q4_K_M-00001-of-00007.gguf \
--load-mode mmap \
-ngl 99 \
-ot "per_layer_token_embd.weight=CPU" \
-c 1024 -n 64 -st --temp 0 \
-p "The capital of France is"Do not mlock the PLE on 128G unified-memory boxes. PLE stays NVMe-backed via mmap.
MTP speculative decode
Weights include MTP (nextn_predict_layers / blk.48). Runtime --spec-type draft-mtp needs a llama.cpp build with qwen4exp graph_mtp (not all mainline builds yet).
Build notes
- Converter: llama.cpp qwen4exp with MTP export enabled
- Imatrix: AtomicChat-compatible matrix
- PLE left BF16 (not re-quantized); tok emb Q80; output Q6K
