Add README command to list available qwen2.5vl tags

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Randa 2026-06-27 11:37:11 +04:00
parent 80126622a0
commit 26954bb01f

View file

@ -35,6 +35,12 @@ pip install -r requirements.txt
ollama pull qwen2.5vl:7b
```
List the available `qwen2.5vl` tags:
```bash
curl -s "https://ollama.com/library/qwen2.5vl/tags" | grep -oP 'qwen2.5vl:[a-zA-Z0-9._-]+' | sort -u
```
### From Hugging Face (GGUF)
Ollama can pull GGUF models directly from Hugging Face. Use the `hf.co/` prefix with the repo path: