Instructions to use kabirlabs/diaryai-gguf-models 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 kabirlabs/diaryai-gguf-models 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 kabirlabs/diaryai-gguf-models:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf kabirlabs/diaryai-gguf-models:UD-Q4_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf kabirlabs/diaryai-gguf-models:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf kabirlabs/diaryai-gguf-models:UD-Q4_K_XL
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 kabirlabs/diaryai-gguf-models:UD-Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf kabirlabs/diaryai-gguf-models:UD-Q4_K_XL
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 kabirlabs/diaryai-gguf-models:UD-Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf kabirlabs/diaryai-gguf-models:UD-Q4_K_XL
Use Docker
docker model run hf.co/kabirlabs/diaryai-gguf-models:UD-Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use kabirlabs/diaryai-gguf-models with Ollama:
ollama run hf.co/kabirlabs/diaryai-gguf-models:UD-Q4_K_XL
- Unsloth Desktop
- Docker Model Runner
How to use kabirlabs/diaryai-gguf-models with Docker Model Runner:
docker model run hf.co/kabirlabs/diaryai-gguf-models:UD-Q4_K_XL
- Lemonade
How to use kabirlabs/diaryai-gguf-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull kabirlabs/diaryai-gguf-models:UD-Q4_K_XL
Run and chat with the model
lemonade run user.diaryai-gguf-models-UD-Q4_K_XL
List all available models
lemonade list
- Atomic Chat
DiaryAI GGUF Models
Quantized GGUF models used for on-device inference in the DiaryAI mobile app (via llama.rn / llama.cpp). These are re-hosted copies of publicly released models, uploaded here to guarantee a stable, unchanging download URL for the app.
Models
| File | Source | Size | License |
|---|---|---|---|
qwen2.5-0.5b-instruct-q4_k_m.gguf |
Qwen/Qwen2.5-0.5B-Instruct-GGUF | 469 MB | Apache 2.0 |
gemma-3-1b-it-q4_k_m.gguf |
DravenBlack/gemma-3-1b-it-Q4_K_M-GGUF, originally google/gemma-3-1b-it | 769 MB | Gemma Terms of Use |
Qwen3-4B-Instruct-2507-UD-Q4_K_XL.gguf |
unsloth/Qwen3-4B-Instruct-2507-GGUF | 2.4 GB | Apache 2.0 |
Notes
- Files are unmodified byte-for-byte from their source repos above โ only re-hosted.
- The Gemma model is distributed under Google's Gemma Terms of Use. By downloading
gemma-3-1b-it-q4_k_m.ggufyou agree to those terms. SeeNOTICE.md. - The Qwen models are Apache 2.0 licensed and redistributed as permitted by that license.
- Downloads last month
- 67
Hardware compatibility
Log In to add your hardware
4-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support