Merge pull request 'Add README command to list available qwen2.5vl tags' (#5) from readme-list-tags into master

This commit is contained in:
forgejo_admin 2026-06-27 11:37:26 +04:00
commit c5a26fc464

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: