File size: 694 Bytes
acd7467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: mit
tags:
  - onnx
  - ocr
  - vision-language
---

# GLM-OCR ONNX Models

ONNX exports of [zai-org/GLM-OCR](https://huggingface.co/zai-org/GLM-OCR) for use with [ORT](https://onnxruntime.ai/) in the `papers-extract` pipeline.

## Attribution

The original GLM-OCR model was created by [zai-org](https://huggingface.co/zai-org) and is released under the **MIT License**.

These ONNX files are derived from the original weights with attention fusion optimizations (GQA/MHA surgery) for efficient CUDA inference. See the original model card at [zai-org/GLM-OCR](https://huggingface.co/zai-org/GLM-OCR) for full details.

## License

MIT License - see [LICENSE](LICENSE) for details.