π Runs on a 16β32GB Mac β Korean-verified
Collection
Small enough for an ordinary Mac, and each one actually tested in Korean before release. Chat, OCR, speech and embeddings. β’ 10 items β’ Updated
How to use batiai/Fara-7B-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf batiai/Fara-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf batiai/Fara-7B-GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf batiai/Fara-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf batiai/Fara-7B-GGUF:Q4_K_M
# 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 batiai/Fara-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf batiai/Fara-7B-GGUF:Q4_K_M
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 batiai/Fara-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf batiai/Fara-7B-GGUF:Q4_K_M
docker model run hf.co/batiai/Fara-7B-GGUF:Q4_K_M
How to use batiai/Fara-7B-GGUF with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "batiai/Fara-7B-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "batiai/Fara-7B-GGUF",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Describe this image in one sentence."
},
{
"type": "image_url",
"image_url": {
"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
}
}
]
}
]
}'docker model run hf.co/batiai/Fara-7B-GGUF:Q4_K_M
How to use batiai/Fara-7B-GGUF with Ollama:
ollama run hf.co/batiai/Fara-7B-GGUF:Q4_K_M
How to use batiai/Fara-7B-GGUF with Docker Model Runner:
docker model run hf.co/batiai/Fara-7B-GGUF:Q4_K_M
How to use batiai/Fara-7B-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull batiai/Fara-7B-GGUF:Q4_K_M
lemonade run user.Fara-7B-GGUF-Q4_K_M
lemonade list
imatrix-calibrated GGUF quantizations of microsoft/Fara-7B (Qwen 2.5 VL based multimodal, 7B). Quantized directly from official Microsoft BF16 weights by BatiAI.
image-text-to-text)# Q4_K_M (recommended for most users, ~5GB)
ollama pull batiai/fara-7b:q4
# IQ3_XXS (smallest, ~3GB, Mac mini 16GB)
ollama pull batiai/fara-7b:iq3
# Q8_0 (highest quality, ~8GB)
ollama pull batiai/fara-7b:q8
| Quant | Size | Min RAM | Target Hardware |
|---|---|---|---|
| IQ3_XXS | ~3 GB | 8 GB | Mac mini M4 16GB |
| Q3_K_M | ~3.5 GB | 8 GB | Mac mini 16GB |
| IQ4_XS | ~4 GB | 10 GB | Mac mini 16GB+ |
| Q4_K_M | ~5 GB | 10 GB | Mac mini 16GB+ (recommended) |
| Q5_K_M | ~5.5 GB | 12 GB | Mac mini 16GB+ |
| Q6_K | ~6.5 GB | 14 GB | Mac mini 24GB+ |
| Q8_0 | ~8 GB | 16 GB | Mac mini 24GB+ |
Multimodal: download
mmproj-*-Q6_K.ggufand use withllama-mtmd-cli/llama-server --mmproj.
ollama run batiai/fara-7b:q4
hf download batiai/Fara-7B-GGUF --include "*Q4_K_M*" --include "mmproj-*-Q6_K.gguf" --local-dir ./fara-7b
llama-mtmd-cli \
-m ./fara-7b/microsoft-Fara-7B-Q4_K_M.gguf \
--mmproj ./fara-7b/mmproj-microsoft-Fara-7B-Q6_K.gguf \
--image input.jpg -p "Describe this image."
Qwen2_5_VLForConditionalGeneration β Qwen 2.5 VL backbone, Microsoft fine-tunedAll GGUFs carry:
general.author = BatiAIgeneral.url = https://flow.bati.aiInherits source: MIT.
BatiFlow β free on-device AI automation for Mac.
Benchmarks coming once Mac measurements complete.
3-bit
4-bit
5-bit
6-bit
8-bit
Base model
microsoft/Fara-7B