v8karlo commited on
Commit
8515138
1 Parent(s): 02377c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -21,6 +21,13 @@ UNCENSORED Phi-3 model.
21
  This model was converted to GGUF format from [`RESMPDEV/Wukong-Phi-3-Instruct-Ablated`](https://huggingface.co/RESMPDEV/Wukong-Phi-3-Instruct-Ablated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
22
  Refer to the [original model card](https://huggingface.co/RESMPDEV/Wukong-Phi-3-Instruct-Ablated) for more details on the model.
23
 
 
 
 
 
 
 
 
24
  ## Use with llama.cpp
25
  Install llama.cpp through brew (works on Mac and Linux)
26
 
 
21
  This model was converted to GGUF format from [`RESMPDEV/Wukong-Phi-3-Instruct-Ablated`](https://huggingface.co/RESMPDEV/Wukong-Phi-3-Instruct-Ablated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
22
  Refer to the [original model card](https://huggingface.co/RESMPDEV/Wukong-Phi-3-Instruct-Ablated) for more details on the model.
23
 
24
+
25
+ Convert Safetensors to GGUF . https://huggingface.co/spaces/ggml-org/gguf-my-repo .
26
+
27
+ <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/662c3116277765660783ca6d/qPHdaxOccIFcpmcewfa9r.mp4"></video>
28
+
29
+
30
+
31
  ## Use with llama.cpp
32
  Install llama.cpp through brew (works on Mac and Linux)
33