Views
No views yet
--spec-type mtp:n_max=4,p_min=0.0 (#1890)-sm graph (#1821)-dsa -fidx (#2045, #2098, #2109, and many others)-sm graph and quantize KV cache e.g. -ctk q8_0 do not work together with -dsa -fidx. As a fun exercise, you can ask this quant to get them to work.)| version | imatrix | indexer | ppl |
|---|---|---|---|
| GLM-5.2-GGUF-2.244bpw.gguf | unsloth | Q6_0 | 3.8393 +/- 0.02167 |
| GLM-5.2-GGUF-2.244bpw-q8indexer.gguf | unsloth | Q8_0 | 3.8393 +/- 0.02167 |
| GLM-5.2-GGUF-2.244bpw-muzzy-imatrix.gguf | muzzy | Q8_0 | 3.6907 +/- 0.02071 |
-f wiki.test.raw -c 512.llama-server output:llm_load_print_meta: model size = 196.756 GiB (2.244 BPW)
llm_load_print_meta: repeating layers = 195.315 GiB (2.233 BPW, 751.427 B parameters)-cmoe --no-mmap:llm_load_tensors: CPU buffer size = 185087.34 MiB
llm_load_tensors: CUDA0 buffer size = 13724.12 MiB# Attention
blk\..*\.attn_k_b\.weight=q6_0
blk\..*\.attn_v_b\.weight=q6_0
blk\..*\.attn_kv_a_mqa\.weight=q6_0
blk\..*\.attn_q_a\.weight=q6_0
blk\..*\.attn_q_b\.weight=q6_0
blk\..*\.attn_output\.weight=q6_0
# First 3 Dense Layers
blk\..*\.ffn_down\.weight=q6_0
blk\..*\.ffn_(gate|up)\.weight=q6_0
# Shared Expert Layers
blk\..*\.ffn_down_shexp\.weight=q6_0
blk\..*\.ffn_(gate|up)_shexp\.weight=q6_0
# Routed Experts Layers
blk\..*\.ffn_(up|gate|down)_exps\.weight=iq2_kt
# Indexer
blk\..*\.indexer\.proj\.weight=q6_0
blk\..*\.indexer\.attn_k\.weight=q6_0
blk\..*\.indexer\.attn_q_b\.weight=q6_0
# NextN MTP Layer
blk\..*\.nextn\.embed_tokens\.weight=q6_0
blk\..*\.nextn\.shared_head_head\.weight=q6_0
blk\..*\.nextn\.eh_proj\.weight=q6_0
# Non-Repeating Layers
token_embd\.weight=q6_0
output\.weight=q6_0--no-mmap -ngl 99 --fit \
-mla 1 -dsa -fidx \
-c 102400 \
-b 2048 -ub 2048 -wgt 1 \
-cram 0 -muge -cuda graphs=1 \
--jinja --parallel-tool-calls \
--chat-template-kwargs {"reasoning_effort": "high"} \
--spec-type mtp:n_max=4,p_min=0.5prompt eval time = 22486.83 ms / 5188 tokens ( 4.33 ms per token, 230.71 tokens per second)
eval time = 54116.43 ms / 639 tokens ( 84.69 ms per token, 11.81 tokens per second)
total time = 76603.26 ms / 5827 tokensprompt eval time = 23404.00 ms / 5188 tokens ( 4.51 ms per token, 221.67 tokens per second)
eval time = 35463.34 ms / 639 tokens ( 55.50 ms per token, 18.02 tokens per second)
total time = 58867.34 ms / 5827 tokens
draft acceptance rate = 0.98259 ( 508 accepted / 517 generated)
statistics mtp: #calls(b,g,a) = 1 130 130, #gen drafts = 130, #acc drafts = 129, #gen tokens = 517, #acc tokens = 508, dur(b,g,a) = 0.001, 1239.635, 0.063 ms| quant | size | ppl |
|---|---|---|
| GLM-5.2-GGUF-2.244bpw-muzzy-imatrix.gguf | 196.756 GiB (2.244 BPW) | 3.6907 +/- 0.02071 |
| IQ2_KS from muzzy/GLM-5.2-GGUF | 205.738 GiB (2.344 BPW) | 3.7897 +/- 0.02148 |
| UD-IQ1_M from unsloth/GLM-5.2-GGUF | 212.792 GiB (2.425 BPW) | 4.1970 +/- 0.02421 |
| UD-IQ2_XXS from unsloth/GLM-5.2-GGUF | 222.073 GiB (2.530 BPW) | 3.7598 +/- 0.02111 |