Instructions to use Jerry666/GOT-OCR2_0-716M-BF16-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Jerry666/GOT-OCR2_0-716M-BF16-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16 # Run inference directly in the terminal: ./llama-cli -hf Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16
Use Docker
docker model run hf.co/Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16
- LM Studio
- Jan
- Ollama
How to use Jerry666/GOT-OCR2_0-716M-BF16-GGUF with Ollama:
ollama run hf.co/Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16
- Unsloth Desktop
- Docker Model Runner
How to use Jerry666/GOT-OCR2_0-716M-BF16-GGUF with Docker Model Runner:
docker model run hf.co/Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16
- Lemonade
How to use Jerry666/GOT-OCR2_0-716M-BF16-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Jerry666/GOT-OCR2_0-716M-BF16-GGUF:BF16
Run and chat with the model
lemonade run user.GOT-OCR2_0-716M-BF16-GGUF-BF16
List all available models
lemonade list
- Atomic Chat
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Release
- 2024.10.16: GOT-OCR2_0-716M-BF16-GGUF
Description
gguf-py is a Python package for writing binary files in the GGUF based on llama_cpp.
Usage
python convert_hf_to_gguf.py --outtype bf16 --model ~/GOT-OCR2_0 --outfile ~/output/GOT-OCR2_0-GGUF
Adding Supported Model
Continue...
References
llama.cpp: LLM inference in C/C++.
GOT-OCR2.0: Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model.
- Downloads last month
- 193
Hardware compatibility
Log In to add your hardware
16-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support