Views
No views yet


| File | Size | Min RAM | Notes |
|---|---|---|---|
vinci-piccolo-1.0-20260629-Q6_K.gguf | 3.46 GB | 12 GB | Closest to BF16 quality |
vinci-piccolo-1.0-20260629-Q5_K_M.gguf | 3.07 GB | 10 GB | Good balance (recommended) |
vinci-piccolo-1.0-20260629-Q4_K_M.gguf | 2.71 GB | 8 GB | Smallest, tight memory budgets |
ollama run hf.co/simpledirect/Vinci-Piccolo-1.0-GGUF1./llama-cli \
2 -m vinci-piccolo-1.0-20260629-Q5_K_M.gguf \
3 --ctx-size 262144 \
4 --temp 0 \
5 --chat-template qwen31./llama-server \
2 -m vinci-piccolo-1.0-20260629-Q5_K_M.gguf \
3 --ctx-size 262144 \
4 --host 0.0.0.0 \
5 --port 8080enable_thinking=False when using the tokenizer directly to suppress <think> output.1@misc{simpledirect2026vinci,
2 title = {Vinci Piccolo 1.0},
3 author = {{SimpleDirect}},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/simpledirect/Vinci-Piccolo-1.0}},
6 note = {Apache 2.0. Fine-tuned from Qwen/Qwen3.5-4B.},
7}