You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed `Unknown image_processor_type: 'Glm46VImageProcessor'` error that prevented GLM-OCR model from loading.
6
+
7
+
### Root Cause
8
+
Transformers.js `4.0.0-next.6` did not include support for the `Glm46VImageProcessor` class required by the GLM-OCR ONNX model. Support was added in [PR #1582](https://github.com/huggingface/transformers.js/pull/1582).
0 commit comments