GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

vumpt/Qwen3.8-Flash-Next-GGUF overview

Qwen3.8 Flash Next — GGUF Q4 K M GGUF conversion of Qwen/Qwen3.8 Flash Next https://huggingface.co/Qwen/Qwen3.8 Flash Next , the Qwen4 experimental hybrid mode…

llama.cppggufqwenqwen4-expmoetext-to-textimage-text-to-textbase_model:Qwen/Qwen3.8-Flash-Nextbase_model:quantized:Qwen/Qwen3.8-Flash-Nextlicense:otherendpoints_compatibleregion:usconversational

Runs locally from ~110.97 GB disk (32 GB+ VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
1
Pipeline
image-text-to-text
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
qwen3.8-flash-next-Q4_K_M.ggufGGUFQ4_K_M110.97 GBDownload

Model Details

Model IDvumpt/Qwen3.8-Flash-Next-GGUF
Authorvumpt
Pipelineimage-text-to-text
Licenseother
Base modelQwen/Qwen3.8-Flash-Next
Last modified2026-08-26T18:37:36.000Z

Model README

---

library_name: llama.cpp

license: other

base_model: Qwen/Qwen3.8-Flash-Next

tags:

- gguf

- qwen

- qwen4-exp

- moe

- text-to-text

- image-text-to-text

---

Qwen3.8-Flash-Next — GGUF (Q4_K_M)

GGUF conversion of Qwen/Qwen3.8-Flash-Next, the Qwen4-experimental hybrid model (Gated DeltaNet + Qwen Sparse Attention + 512-expert MoE + n-gram "PLE" embedding table).

  • 125B total MoE params (6B active) + 51B n-gram table + 4B MTP = 180B params
  • Converted with the in-flight llama.cpp PR #27742 (qwen4exp architecture support)

Quantization layout

Q4_K_M recipe. Because several tensor shapes in this architecture aren't divisible by 256, llama.cpp's type-fallback applies per-tensor (this is a feature of PR #27742's quantizer fixes, not an error):

| Component | Quant |

|---|---|

| MoE experts / attention / FFN | Q4_K_M (fallback to Q5_0/q8_0 where ncols % 256 ≠ 0) |

| Token embedding + output | Q6_K |

| N-gram (PLE) hash table (51B params) | Q5_0 (160-col layout → falls back from Q6_K) |

Files

| File | Quant | Size |

|---|---|---|

| qwen3.8-flash-next-Q4_K_M.gguf | Q4_K_M | ~120 GB |

Usage (llama.cpp)

git clone https://github.com/ggml-org/llama.cpp
cd llama.cpp
git fetch origin pull/27742/head:qwen4exp && git checkout qwen4exp
cmake -B build && cmake --build build -j --target llama-cli
./build/bin/llama-cli -m qwen3.8-flash-next-Q4_K_M.gguf -p "Hello" -ngl 99

> Note: This architecture is only supported on the PR #27742 branch. Mainline llama.cpp (as of this writing) does not load qwen4_exp. Use the branch above.

Source

Run vumpt/Qwen3.8-Flash-Next-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models