simpledirect/Vinci-Bozza-1.0-GGUF overview
<p align="center" Vinci https://vinci assets.s3.ca central 1.amazonaws.com/Vinci/logo+design/PNG/hf dark logo.png hf light mode only Vinci https://vinci assets…
Runs locally from ~5.24 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | simpledirect/Vinci-Bozza-1.0-GGUF |
|---|---|
| Author | simpledirect |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | simpledirect/Vinci-Bozza-1.0 |
| Last modified | 2026-07-09T20:45:38.000Z |
Model README
---
base_model: simpledirect/Vinci-Bozza-1.0
pipeline_tag: text-generation
tags:
- gguf
- quantized
- qwen3_5
- conversational
- chat
- character
- constitutional-ai
- simpledirect
- vinci
license: apache-2.0
---
<p align="center">
</p>
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
- Full model (safetensors, BF16): simpledirect/Vinci-Bozza-1.0
- GitHub: https://github.com/getsimpledirect
- The Constitution: https://guide.getsimpledirect.com/constitution
Run simpledirect/Vinci-Bozza-1.0-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models