Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
results: []
|
23 |
---
|
24 |
|
25 |
-
# MoMonir/dolphin-2.9-llama3-8b-
|
26 |
This model was converted to GGUF format from [`cognitivecomputations/dolphin-2.9-llama3-8b`](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
27 |
Refer to the [original model card](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) for more details on the model.
|
28 |
## Use with llama.cpp
|
@@ -37,13 +37,13 @@ Invoke the llama.cpp server or the CLI.
|
|
37 |
CLI:
|
38 |
|
39 |
```bash
|
40 |
-
llama-cli --hf-repo MoMonir/dolphin-2.9-llama3-8b-
|
41 |
```
|
42 |
|
43 |
Server:
|
44 |
|
45 |
```bash
|
46 |
-
llama-server --hf-repo MoMonir/dolphin-2.9-llama3-8b-
|
47 |
```
|
48 |
|
49 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
|
22 |
results: []
|
23 |
---
|
24 |
|
25 |
+
# MoMonir/dolphin-2.9-llama3-8b-GGUF
|
26 |
This model was converted to GGUF format from [`cognitivecomputations/dolphin-2.9-llama3-8b`](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
27 |
Refer to the [original model card](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) for more details on the model.
|
28 |
## Use with llama.cpp
|
|
|
37 |
CLI:
|
38 |
|
39 |
```bash
|
40 |
+
llama-cli --hf-repo MoMonir/dolphin-2.9-llama3-8b-GGUF --model dolphin-2.9-llama3-8b.Q5_K_M.gguf -p "The meaning to life and the universe is"
|
41 |
```
|
42 |
|
43 |
Server:
|
44 |
|
45 |
```bash
|
46 |
+
llama-server --hf-repo MoMonir/dolphin-2.9-llama3-8b-GGUF --model dolphin-2.9-llama3-8b.Q5_K_M.gguf -c 2048
|
47 |
```
|
48 |
|
49 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|