riven/ smolvlm:latest

1,235 9 months ago

SmolVLM-500M-Instruct-Q8_0.gguf port

vision
ollama run riven/smolvlm

Details

9 months ago

4d75b044a6eb · 546MB ·

llama
·
409M
·
Q8_0
clip
·
98.2M
·
Q8_0
{ "stop": [ "<|im_end|>" ], "temperature": 0.7, "top_p": 0.9 }
{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<|im_start|>user

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