Instructions to use fridaycandour/PaddleOCR-VL-1.5-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 fridaycandour/PaddleOCR-VL-1.5-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 fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf fridaycandour/PaddleOCR-VL-1.5-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 fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16 # Run inference directly in the terminal: ./llama-cli -hf fridaycandour/PaddleOCR-VL-1.5-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 fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16
Use Docker
docker model run hf.co/fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16
- LM Studio
- Jan
- Ollama
How to use fridaycandour/PaddleOCR-VL-1.5-GGUF with Ollama:
ollama run hf.co/fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16
- Unsloth Desktop
- Docker Model Runner
How to use fridaycandour/PaddleOCR-VL-1.5-GGUF with Docker Model Runner:
docker model run hf.co/fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16
- Lemonade
How to use fridaycandour/PaddleOCR-VL-1.5-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull fridaycandour/PaddleOCR-VL-1.5-GGUF:BF16
Run and chat with the model
lemonade run user.PaddleOCR-VL-1.5-GGUF-BF16
List all available models
lemonade list
- Atomic Chat
These are quantizations of the model PaddleOCR-VL-1.5
Download the latest llama.cpp to use them.
Try to use the best quality you can run.
For the mmproj, try to use the F32 version as it will produce the best results.
F32 > BF16 > F16
Includes chat template fix from https://github.com/ggml-org/llama.cpp/pull/18825
- Downloads last month
- 36
Hardware compatibility
Log In to add your hardware
8-bit
16-bit
Model tree for fridaycandour/PaddleOCR-VL-1.5-GGUF
Base model
PaddlePaddle/PaddleOCR-VL-1.5
ollama run hf.co/fridaycandour/PaddleOCR-VL-1.5-GGUF: