Views
No views yet

[!NOTE] These GGUFs are self-quantized from the original weights, not a repack. The importance matrix keeps low-bit quants closer to the full-precision model.
[!IMPORTANT] Always pass--jinjaso the Qwen3 Coder Next Dflash chat template is applied. Without it the model can emit malformed turns.
| Property | Value |
|---|---|
| Base model | z-lab/Qwen3-Coder-Next-DFlash |
| Parameters | 0.5B |
| Layers | 8 |
| Context length | 262,144 tokens (256K) |
| Vocabulary | 151,936 |
| Modalities | Text |
| Architecture | Dense decoder, 32 attention heads over 4 KV heads, DFlashDraftModel |
| This repo | GGUF quants (imatrix). Quants: Q8_0 |
| Quant | Size | Notes |
|---|---|---|
Q8_0 | 0.5 GB | Effectively lossless, reference quality. |
[!TIP] Pick the largest file that fits your (V)RAM with room for context.Q8_0is the sweet spot for most setups;Q6_KorQ8_0for maximum fidelity.
AtomicChat/Qwen3-Coder-Next-DFlash-GGUF, pick a quant, hit Use this model.llama-server -hf AtomicChat/Qwen3-Coder-Next-DFlash-GGUF:Q8_0 --jinja -c 8192ollama run hf.co/AtomicChat/Qwen3-Coder-Next-DFlash-GGUF:Q8_0| Parameter | Value |
|---|---|
| temperature | 0.0 |
z-lab/Qwen3-Coder-Next-DFlash.1git clone https://github.com/ggml-org/llama.cpp
2cmake llama.cpp -B llama.cpp/build -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=ON
3cmake --build llama.cpp/build --config Release -j --target llama-cli llama-server1./llama.cpp/build/bin/llama-server \
2 -hf AtomicChat/Qwen3-Coder-Next-DFlash-GGUF:Q8_0 \
3 --jinja -ngl 99 -c 8192 -fa onz-lab/Qwen3-Coder-Next-DFlash (original weights).--imatrix.