giannisan commited on
Commit
b165477
·
verified ·
1 Parent(s): 968ca5f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -11,8 +11,12 @@ tags:
11
 
12
  # GLM-5.2 GGUF for ds4 (SSD streaming, CUDA)
13
 
14
- This is a mixed-precision GGUF of [GLM-5.2](https://huggingface.co/zai-org/GLM-5.2) (743B MoE)
15
- assembled for the [ds4](https://github.com/antirez/ds4) inference engine, specifically the
 
 
 
 
16
  [glm-local branch](https://github.com/giannisanni/neutronstar/tree/glm-local) which adds the CUDA port,
17
  SSD expert streaming optimizations, and the first MTP speculative-decoding implementation for
18
  GLM 5.2 on any backend.
 
11
 
12
  # GLM-5.2 GGUF for ds4 (SSD streaming, CUDA)
13
 
14
+ This is a mirror of the official ds4 GGUF of [GLM-5.2](https://huggingface.co/zai-org/GLM-5.2)
15
+ (743B MoE) built by antirez and published at
16
+ [antirez/GLM-5.2-GGUF](https://huggingface.co/antirez/GLM-5.2-GGUF) (bit-identical file, same
17
+ sha256). Credit for the quantization is his; this repo re-documents it with the full
18
+ per-tensor recipe below and pairs it with the CUDA/SSD-streaming usage notes. It is the file
19
+ used by the [ds4](https://github.com/antirez/ds4) inference engine, specifically the
20
  [glm-local branch](https://github.com/giannisanni/neutronstar/tree/glm-local) which adds the CUDA port,
21
  SSD expert streaming optimizations, and the first MTP speculative-decoding implementation for
22
  GLM 5.2 on any backend.