Erland commited on
Commit
f6c7001
·
verified ·
1 Parent(s): 1ed840a

Update link to GGUF Ollama

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ tags:
37
  </div>
38
 
39
  - Currently **only text** is supported.
40
- - Ollama: `ollama run hf.co/unsloth/gemma-3n-E4B-it:Q4_K_XL` - auto-sets correct chat template and settings
41
  - Set temperature = 1.0, top_k = 64, top_p = 0.95, min_p = 0.0
42
  - Gemma 3n max tokens (context length): 32K. Gemma 3n chat template:
43
  ```
 
37
  </div>
38
 
39
  - Currently **only text** is supported.
40
+ - Ollama: `ollama run hf.co/unsloth/gemma-3n-E4B-it-GGUF:Q4_K_XL` - auto-sets correct chat template and settings
41
  - Set temperature = 1.0, top_k = 64, top_p = 0.95, min_p = 0.0
42
  - Gemma 3n max tokens (context length): 32K. Gemma 3n chat template:
43
  ```