glm-ocr-gguf / README.md
buley's picture
Upload README.md with huggingface_hub
b463696 verified
metadata
language:
  - en
license: apache-2.0
library_name: llama-cpp
tags:
  - gguf
  - vision
  - multimodal
  - forkjoin-ai
base_model: THUDM/GLM-OCR
pipeline_tag: image-text-to-text

Glm Ocr

Forkjoin.ai conversion of THUDM/GLM-OCR to GGUF format for edge deployment.

Model Details

Usage

With llama.cpp

./llama-cli -m glm-ocr-gguf.gguf -p "Your prompt here" -n 256

With Ollama

Create a Modelfile:

FROM ./glm-ocr-gguf.gguf
ollama create glm-ocr-gguf -f Modelfile
ollama run glm-ocr-gguf

About Forkjoin.ai

Forkjoin.ai runs AI models at the edge -- in-browser, on-device, zero cloud cost. These converted models power real-time inference, speech recognition, and natural language capabilities.

All conversions are optimized for edge deployment within browser and mobile memory constraints.

License

Apache 2.0 (follows upstream model license)