Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,8 @@ Below, there are some code snippets on how to get quickly started with running t
|
|
84 |
|
85 |
**ollama (text only)**
|
86 |
|
|
|
|
|
87 |
```sh
|
88 |
ollama run hf.co/google/gemma-3-1b-it-qat-q4_0-gguf
|
89 |
```
|
|
|
84 |
|
85 |
**ollama (text only)**
|
86 |
|
87 |
+
Using GGUFs with Ollama via Hugging Face does not support image inputs at the moment. Please check the [docs on running gated repositories](https://huggingface.co/docs/hub/en/ollama#run-private-ggufs-from-the-hugging-face-hub).
|
88 |
+
|
89 |
```sh
|
90 |
ollama run hf.co/google/gemma-3-1b-it-qat-q4_0-gguf
|
91 |
```
|