danielhanchen Erland commited on
Commit
a580ff6
·
verified ·
1 Parent(s): 09a54fa

Update link to GGUF Ollama (#1)

Browse files

- Update link to GGUF Ollama (2dd62a6d1aa9d752b524faad3e3735f893dc8a9e)


Co-authored-by: Edd <[email protected]>

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
  ```