How to use from
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 simpledirect/Vinci-Bozza-1.0-GGUF:
# Run inference directly in the terminal:
llama cli -hf simpledirect/Vinci-Bozza-1.0-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf simpledirect/Vinci-Bozza-1.0-GGUF:
# Run inference directly in the terminal:
llama cli -hf simpledirect/Vinci-Bozza-1.0-GGUF:
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 simpledirect/Vinci-Bozza-1.0-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf simpledirect/Vinci-Bozza-1.0-GGUF:
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 simpledirect/Vinci-Bozza-1.0-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf simpledirect/Vinci-Bozza-1.0-GGUF:
Use Docker
docker model run hf.co/simpledirect/Vinci-Bozza-1.0-GGUF:
Quick Links

Vinci

Vinci Bozza 1.0 — GGUF

GGUF quantizations of simpledirect/Vinci-Bozza-1.0 for local inference with Ollama, LM Studio, and llama.cpp.

Text-only. The source model is multimodal (image-text-to-text); these GGUF conversions include the language model only — no mmproj / vision projector. For image input, use the safetensors build: simpledirect/Vinci-Bozza-1.0.

Variants

File Size Notes
Vinci-Bozza-1.0-Q6_K.gguf ~6.8 GB Closest to BF16 quality
Vinci-Bozza-1.0-Q5_K_M.gguf ~6.0 GB Good balance (recommended)
Vinci-Bozza-1.0-Q4_K_M.gguf ~5.2 GB Smallest, tight memory budgets

Quick start

# Ollama — recommended quant auto-selected
ollama run hf.co/simpledirect/Vinci-Bozza-1.0-GGUF

# Specific quant
ollama run hf.co/simpledirect/Vinci-Bozza-1.0-GGUF:Q5_K_M

llama.cpp:

llama-cli -m Vinci-Bozza-1.0-Q5_K_M.gguf --chat-template chatml -p "Hello, who are you?"

Hardware requirements

Variant GPU VRAM System RAM (CPU-only)
Q6_K 10 GB 16 GB
Q5_K_M 8 GB 14 GB
Q4_K_M 7 GB 12 GB

Mac M-series: Q5_K_M runs comfortably on 16 GB unified memory; Q6_K needs 24 GB.

Prompt format

Uses Qwen / ChatML chat template. Pass enable_thinking=False (or equivalent) to suppress <think> blocks for normal chat use.

Links

Downloads last month
164
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for simpledirect/Vinci-Bozza-1.0-GGUF

Finetuned
Qwen/Qwen3.5-9B
Quantized
(1)
this model

Collection including simpledirect/Vinci-Bozza-1.0-GGUF