huihui-ai commited on
Commit
29d8496
·
verified ·
1 Parent(s): 2b512ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -21,8 +21,10 @@ This is an uncensored version of [unsloth/gpt-oss-20b-BF16](https://huggingface.
21
 
22
  [llama.cpp-b6115](https://github.com/ggml-org/llama.cpp/releases/tag/b6115) now supports conversion to GGUF format and can be tested using llama-cli.
23
 
 
 
24
  ```
25
- llama-cli -m huihui-ai/Huihui-gpt-oss-20b-BF16-abliterated/ggml-model-Q4_K_M.gguf -n 8192
26
 
27
  ```
28
 
 
21
 
22
  [llama.cpp-b6115](https://github.com/ggml-org/llama.cpp/releases/tag/b6115) now supports conversion to GGUF format and can be tested using llama-cli.
23
 
24
+ The [GGUF](https://huggingface.co/huihui-ai/Huihui-gpt-oss-20b-BF16-abliterated/tree/main/GGUF) file has been uploaded.
25
+
26
  ```
27
+ llama-cli -m huihui-ai/Huihui-gpt-oss-20b-BF16-abliterated/GGUF/ggml-model-Q4_K_M.gguf -n 8192
28
 
29
  ```
30