festr2/GLM-5.2-BF16-KLD-Reference-Logits-20260708
GLM-5.2 BF16 KLD Reference Logits 20260708 This dataset contains the current GLM-5.2 BF16 reference prompt logits used for the July 2026 vLLM/Blackwell KLD checks. The reference cache is intended for candidate-side KLD comparisons without rerunning the expensive BF16 reference pass. Files reference-logits/logits_0.safetensors reference-logits/manifest.json generation-log/config.env generation-log/scoremode_kld.log Reference Generation Field… See the full description on the dataset page: https://huggingface.co/datasets/festr2/GLM-5.2-BF16-KLD-Reference-Logits-20260708.
GLM-5.2 BF16 KLD Reference Logits 20260708
This dataset contains the current GLM-5.2 BF16 reference prompt logits used for the July 2026 vLLM/Blackwell KLD checks.
The reference cache is intended for candidate-side KLD comparisons without rerunning the expensive BF16 reference pass.
Files
reference-logits/logits_0.safetensors
reference-logits/manifest.json
generation-log/config.env
generation-log/scoremode_kld.logReference Generation
Tokenization first 16 ids:
[284, 8396, 425, 10960, 465, 284, 14721, 8396, 425, 10960, 465, 374, 458, 6364, 4531, 1154]GLM-5.2 IndexCache override:
{"use_index_cache":true,"index_topk_pattern":"FFFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSSFSSS"}Download
mkdir -p /root/kld/glm52_current_bf16_returnlogits_ref_20260708T000424Z
huggingface-cli download festr2/GLM-5.2-BF16-KLD-Reference-Logits-20260708 \
--repo-type dataset \
--local-dir /root/kld/glm52_current_bf16_returnlogits_ref_20260708T000424Z/hf
ln -sfn \
/root/kld/glm52_current_bf16_returnlogits_ref_20260708T000424Z/hf/reference-logits \
/root/kld/glm52_current_bf16_returnlogits_ref_20260708T000424Z/refInspect
python3 - <<'PY'
from safetensors import safe_open
path = "/root/kld/glm52_current_bf16_returnlogits_ref_20260708T000424Z/ref/logits_0.safetensors"
with safe_open(path, framework="pt", device="cpu") as f:
for key in f.keys():
tensor = f.get_tensor(key)
print(key, tuple(tensor.shape), tensor.dtype)
PYExpected:
logits (2047, 154880) torch.float32The canonical reproduction page is:
https://github.com/local-inference-lab/rtx6kpro/blob/master/models/glm5.2/glm52-gguf-bf16-dequant-kld-2026-07-08.md