Upload glm_ocr_coreml_requirements.txt with huggingface_hub
Browse files
glm_ocr_coreml_requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# GLM-OCR CoreML conversion notebook (reproducible versions)
|
| 2 |
+
torch==2.3.0
|
| 3 |
+
torchvision==0.18.0
|
| 4 |
+
git+https://github.com/huggingface/transformers.git@main
|
| 5 |
+
coremltools==7.2
|
| 6 |
+
huggingface_hub>=0.23.0
|
| 7 |
+
pillow>=10.3.0
|