Views
No views yet
sartajbhuvaji/GLM-4.6-Flash-text, which is zai-org/GLM-4.6V-Flash with its 892M-parameter vision stack removed.glm4 architecture, 131072 context, text-only.| File | Bits | Size | Notes |
|---|---|---|---|
GLM-4.6-Flash-text-Q4_K_M.gguf | 4 | 6.17 GB | recommended, best size/quality tradeoff |
GLM-4.6-Flash-text-Q5_K_M.gguf | 5 | 7.05 GB | high quality |
GLM-4.6-Flash-text-Q6_K.gguf | 6 | 8.27 GB | very high quality |
GLM-4.6-Flash-text-Q8_0.gguf | 8 | 10.00 GB | near-lossless |
GLM-4.6-Flash-text-F16.gguf | 16 | 18.81 GB | lossless, requantize from this |
ls -h shows smaller GiB numbers for the same files.1llama-cli -hf sartajbhuvaji/GLM-4.6-Flash-text-GGUF:Q4_K_M \
2 -p "Explain gradient descent" -n 400 -stollama run hf.co/sartajbhuvaji/GLM-4.6-Flash-text-GGUF:Q4_K_M-st (--single-turn) matters for scripted use. Without it llama-cli drops into interactive mode and waits on stdin. The older -no-cnv flag has been removed from current llama.cpp.Glm4vForConditionalGeneration: a 24-layer ViT feeding soft tokens into a GLM-4 decoder via masked_scatter. Text tokens never touch a vision weight, so deleting the branch leaves the text computation alone.| Original | Text-only | |
|---|---|---|
| Parameters | 10,292,777,472 | 9,400,279,040 |
| Tensors | 704 | 523 |
| bf16 size | 20.59 GB | 18.80 GB |
max|d| = 0.000e+00 across six prompts and again at 1,207 tokens. Full detail and the architecture diagram are on the parent model card.architecture: glm4 recognised, correct param count and context length). No perplexity or benchmark comparison against bf16 was run. The bit-exactness result above applies to the bf16 weights, not to these lossy quantizations. If you need a measured quality delta, compute it yourself.