Tony DeAngelo commited on
Commit
02ba89d
·
verified ·
1 Parent(s): a101464

Tighten credits: Neural Magic (compressed-tensors/llm-compressor), QuantTrio (GLM recipe), IncoAI (DFlash2)

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -73,12 +73,15 @@ Measured on 4x DGX Spark (GB10, sm121, aarch64) over a RoCE fabric. **TBD — fi
73
  | + DFlash2 | TBD | TBD | TBD | TBD |
74
  | + DCP4 | TBD | ~600K | TBD | TBD |
75
 
76
- ## Credits
77
 
78
- - **Base model:** [zai-org/GLM-5.3](https://huggingface.co/zai-org/GLM-5.3) (743B / ~40B active MoE).
79
- - **Quantization recipe:** the data-free Int4-Int8Mix compressed-tensors method popularized by [QuantTrio](https://huggingface.co/QuantTrio) (e.g. GLM-5.2-Int4-Int8Mix); reproduced here for GLM-5.3 with a verified layer-map coverage check.
80
- - **Speculative drafter:** [IncoAI](https://huggingface.co/incoai) (DFlash2).
81
- - **4x DGX Spark deployment + this quant:** [@tonyd2wild](https://github.com/tonyd2wild).
 
 
 
82
 
83
  ## License
84
 
 
73
  | + DFlash2 | TBD | TBD | TBD | TBD |
74
  | + DCP4 | TBD | ~600K | TBD | TBD |
75
 
76
+ ## Credits (what's whose)
77
 
78
+ We stand on a lot of other people's work here, so to be precise about who did what:
79
+
80
+ - **Base model:** [zai-org / Z.ai](https://huggingface.co/zai-org/GLM-5.3) — GLM-5.3 (743B / ~40B active MoE). Everything starts here.
81
+ - **Quantization format + tooling:** the **`compressed-tensors`** format and **`llm-compressor`** are by **[Neural Magic](https://github.com/neuralmagic) (now Red Hat)**. Mixed-precision weight quantization (some layers 4-bit, some 8-bit) is a general, well-established technique, not any one group's invention.
82
+ - **The GLM recipe (the layer map):** curated by **[QuantTrio](https://huggingface.co/QuantTrio)** (e.g. GLM-5.2-Int4-Int8Mix) — specifically the choice of which layers stay Int4 vs Int8 vs full-precision so GLM MoE routing and accuracy hold up. We reproduced that map for GLM-5.3 and verified its coverage before quantizing.
83
+ - **Speculative drafter:** **[IncoAI](https://huggingface.co/incoai)** — the DFlash2 drafter used in the serving stack.
84
+ - **This artifact** — the first Int4-Int8Mix of the big GLM-5.3, and the first one that serves on **4x NVIDIA DGX Spark** with the DFlash2 + DCP4 stack: **[@tonyd2wild](https://github.com/tonyd2wild)**.
85
 
86
  ## License
87