Views
No views yet
| Property | Value |
|---|---|
| Base model | zai-org/GLM-4.7-Flash |
| Architecture | 30B-A3B MoE (DeepSeek v2) |
| Quantization | Q8_0 |
| Size | ~30 GB |
| Context length | 128K tokens |
llama-server -m GLM-4.7-Flash-Q8_0.gguf -ngl 99 -c 655361llama-server -m GLM-4.7-Flash-Q8_0.gguf \
2 -ngl 99 \
3 -c 131072 \
4 --cache-type-k q8_0 \
5 --cache-type-v q8_0 \
6 --split-mode layer \
7 --tensor-split 32,24 \
8 --host 0.0.0.0 \
9 --port 8080http://localhost:8080/v1/chat/completionshttp://localhost:8080/v1/completionsdeepseek2.rope.scaling.yarn_log_multiplier metadata key was added to enable quantization with llama.cpp.| Quantization | Size | Perplexity Impact |
|---|---|---|
| F16 | 56 GB | Baseline |
| Q8_0 | 30 GB | ~0.1% |
| Q4_K_M | 18 GB | ~2-4% |