1,235 Downloads Updated 9 months ago
ollama run riven/smolvlm
Updated 9 months ago
9 months ago
4d75b044a6eb · 546MB ·
A port of ggml-org/SmolVLM-500M-Instruct-GGUF, you may use it with:
curl http://localhost:11434/api/generate -d '{
"model": "smolvlm",
"prompt": "What do you see in this image?",
"images": ["<base64_encoded_image>"]
}'