Views
No views yet
| File | Quant | Size |
|---|---|---|
glm-ocr-f16.gguf | F16 | ~3.8 GB |
glm-ocr-q8_0.gguf | Q8_0 | ~2.0 GB |
glm-ocr-q4_k.gguf | Q4_K | ~1.1 GB |
1from crispembed import CrispOcrPipeline
2
3ocr = CrispOcrPipeline(vlm_model="glm-ocr-q8_0.gguf")
4text = ocr.recognize("document.png")license: apache-2.0. The upstream checkpoint
THUDM/glm-edge-v-2b is released
under the GLM-4 Model Licence, which is not Apache-2.0 and carries use
restrictions Apache-2.0 does not. Converting the weights to GGUF changes their
numeric representation, not their licence, so declaring Apache-2.0 here granted
rights the upstream never granted.