huihui-ai commited on
Commit
060ea17
·
verified ·
1 Parent(s): c2d970f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -20,6 +20,14 @@ This is a crude, proof-of-concept implementation to remove refusals from an LLM
20
 
21
  **Important Notice**: The weights of the earliest released google/gemma-4-12B-it model have issues. We have already re-ablated and re-uploaded the model. If you have already downloaded it, please re-download.
22
 
 
 
 
 
 
 
 
 
23
 
24
  ### Usage Warnings
25
 
 
20
 
21
  **Important Notice**: The weights of the earliest released google/gemma-4-12B-it model have issues. We have already re-ablated and re-uploaded the model. If you have already downloaded it, please re-download.
22
 
23
+ ## ollama
24
+
25
+ Please use the latest version of [ollama](https://github.com/ollama/ollama/releases/)
26
+
27
+ You can use [huihui_ai/gemma-4-abliterated:12b](https://ollama.com/huihui_ai/gemma-4-abliterated:12b) directly,
28
+ ```
29
+ ollama run huihui_ai/gemma-4-abliterated:12b
30
+ ```
31
 
32
  ### Usage Warnings
33