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 fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
# Run inference directly in the terminal:
llama cli -hf fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
# Run inference directly in the terminal:
llama cli -hf fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
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 fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
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 fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
Use Docker
docker model run hf.co/fernandotonon/QtMeshEditor-smolvlm-gguf:Q8_0
Quick Links

SmolVLM-500M-Instruct โ€” Q8_0 GGUF

Quantized HuggingFaceTB/SmolVLM-500M-Instruct (Apache-2.0) as a Q8_0 GGUF + vision projector for llama.cpp inference. All credit for the model goes to the Hugging Face TB team.

Packaged for QtMeshEditor's local image-captioning feature (llama.cpp runs in-process; the model downloads on first use and runs offline).

The files QtMeshEditor downloads at runtime live in the shared fernandotonon/QtMeshEditor-models repo under caption/. This repo is the standalone model card + mirror.

Files

file role
SmolVLM-500M-Instruct-Q8_0.gguf language model, Q8_0 (~437 MB)
mmproj-SmolVLM-500M-Instruct-Q8_0.gguf vision projector (~109 MB)

Use with llama.cpp's multimodal API (load the mmproj alongside the LM, e.g. llama-mtmd-cli -m SmolVLM-500M-Instruct-Q8_0.gguf --mmproj mmproj-SmolVLM-500M-Instruct-Q8_0.gguf).

License

Apache-2.0 (same as upstream). Credit: Hugging Face TB (SmolVLM).

Downloads last month
144
GGUF
Model size
0.4B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support