Merge pull request 'Add README command to list available qwen2.5vl tags' (#5) from readme-list-tags into master
This commit is contained in:
commit
c5a26fc464
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue