huihui-ai commited on
Commit
e2e2eb3
·
verified ·
1 Parent(s): dd9e8aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -33,6 +33,12 @@ Qwen2.5-Coder uncensored version has covered six mainstream model sizes,
33
 
34
  If the desired result is not achieved, you can clear the conversation and try again.
35
 
 
 
 
 
 
 
36
 
37
  ## Usage
38
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
 
33
 
34
  If the desired result is not achieved, you can clear the conversation and try again.
35
 
36
+ ## ollama
37
+
38
+ You can use [huihui_ai/qwen2.5-coder-abliterate:32b](https://ollama.com/huihui_ai/qwen2.5-coder-abliterate:32b) directly,
39
+ ```
40
+ ollama run huihui_ai/qwen2.5-coder-abliterate:32b
41
+ ```
42
 
43
  ## Usage
44
  You can use this model in your applications by loading it with Hugging Face's `transformers` library: