Views
No views yet
nvidia/Nemotron-Labs-Diffusion-8B,
a tri-mode (autoregressive / diffusion / self-speculation) block-diffusion language model.llama.cpp cannot convert or run this architecture. Use
spiritbuun/buun-llama-cpp — its converter maps
NemotronLabsDiffusionModel to the GGUF dream architecture.| File | Size |
|---|---|
Nemotron-Labs-Diffusion-8B-Q4_K_M.gguf | 4.84 GB |
Nemotron-Labs-Diffusion-8B-Q5_K_M.gguf | 5.64 GB |
1llama-diffusion-cli -m Nemotron-Labs-Diffusion-8B-Q4_K_M.gguf -ngl 99 -fa on -p "your prompt" \
2 --diffusion-block-length 32 --diffusion-steps 128 --diffusion-threshold 0.9 -ub 5121llama-diffusion-cli -m Nemotron-Labs-Diffusion-8B-Q4_K_M.gguf -ngl 99 -fa on -p "your prompt" \
2 --diffusion-self-spec --diffusion-block-length 32 --diffusion-draft-length 16 --diffusion-steps 128llama-server -m Nemotron-Labs-Diffusion-8B-Q4_K_M.gguf -ngl 99 -c 4096 -fa on --port 8080| Model | Engine / mode | tok/s | TTFT | First-visible | VRAM (weights) | GPU total | Streaming | Quality |
|---|---|---|---|---|---|---|---|---|
| gemma-4-E4B | Ollama (AR) | 148.7 | 0.03s | ~0.05s | 3.11 GB | 6.28 GB | ◎ per-token | good |
| gemma-4-12B | Ollama (AR) | 84.4 | 0.04s | ~0.06s | 7.27 GB | 9.69 GB | ◎ per-token | good (clean numbered list) |
| Nemotron-8B Q4 | buun dlm | 69.4 | — | ~0.53s | 4.84 GB | ~7.0 GB | △ block-wise | good (slightly rough) |
| Nemotron-8B Q5 | buun dlm | 58.7 | — | ~0.56s | 5.64 GB | ~7.5 GB | △ block-wise | good |
| Nemotron-8B Q4 | llama-server | ~46 | prefill 454/s | streams* | 4.84 GB | ~7.0 GB | → reasoning_content | good |
reasoning_content.llama-server (answer in reasoning_content).| Model | Output excerpt | Follows format / contrast |
|---|---|---|
| gemma-4-12B | 群れの性質:犬は「群れ」で行動し飼い主を家族として従う。一方、猫は「単独」で自立心が強い… | ✓ clean 3-bullet contrast |
| gemma-4-E4B | 犬は群れ(家族)を意識し指示に従う傾向。一方、猫は単独行動を好み自立した性質… | ✓ clean |
| Nemotron-8B Q5 | 犬は社会的で家族との絆が強い。犬は遊びに応じ行動を変える…(犬中心で対比が弱い) | △ weaker contrast |
| Nemotron-14B Q5 | 食べ方:犬は肉食動物として肉を食べる。猫も肉食だが自分で捕まえて食べる…(やや冗長) | ◯ but slightly circular |
llama-diffusion-cli.llama-server auto-detects the model and runs self-speculation (diffusion draft + AR verify, lossless
vs. AR at temperature 0). This is the AR path for GGUF.llama-cli does not work with this dream arch (it hangs) — use llama-server
or llama-diffusion-cli.llama-server emits the answer in reasoning_content; route it to content with the appropriate
--reasoning option.nvidia/Nemotron-Labs-Diffusion-8B