tetf
/

osanseviero commited on
Commit
8063dae
·
verified ·
1 Parent(s): 8cfea2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
  ```