1,234 9 months ago

SmolVLM-500M-Instruct-Q8_0.gguf port

vision
ollama run riven/smolvlm

Models

View all →

Readme

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>"]
}'