Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,15 @@ tags:
|
|
24 |
This model was converted to GGUF format from [`Casual-Autopsy/L3-Super-Nova-RP-8B`](https://huggingface.co/Casual-Autopsy/L3-Super-Nova-RP-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
25 |
Refer to the [original model card](https://huggingface.co/Casual-Autopsy/L3-Super-Nova-RP-8B) for more details on the model.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Use with llama.cpp
|
28 |
Install llama.cpp through brew (works on Mac and Linux)
|
29 |
|
|
|
24 |
This model was converted to GGUF format from [`Casual-Autopsy/L3-Super-Nova-RP-8B`](https://huggingface.co/Casual-Autopsy/L3-Super-Nova-RP-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
25 |
Refer to the [original model card](https://huggingface.co/Casual-Autopsy/L3-Super-Nova-RP-8B) for more details on the model.
|
26 |
|
27 |
+
|
28 |
+
## In text-generation-webui
|
29 |
+
|
30 |
+
To download from the main branch, enter the following in the "Download model" box.
|
31 |
+
|
32 |
+
```
|
33 |
+
s6135/L3-Super-Nova-RP-8B-Q4_K_M-GGUF
|
34 |
+
```
|
35 |
+
|
36 |
## Use with llama.cpp
|
37 |
Install llama.cpp through brew (works on Mac and Linux)
|
38 |
|