andreasmartin
commited on
Commit
•
b876937
1
Parent(s):
737a2e7
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ base_model:
|
|
13 |
- fhnw/Llama-3-8B-pineapple-recipe-sft
|
14 |
---
|
15 |
|
16 |
-
#
|
17 |
This model was converted to GGUF format from [`fhnw/Llama-3-pineapple-2x8B`](https://huggingface.co/fhnw/Llama-3-pineapple-2x8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
18 |
Refer to the [original model card](https://huggingface.co/fhnw/Llama-3-pineapple-2x8B) for more details on the model.
|
19 |
## Use with llama.cpp
|
@@ -24,11 +24,11 @@ brew install ggerganov/ggerganov/llama.cpp
|
|
24 |
Invoke the llama.cpp server or the CLI.
|
25 |
CLI:
|
26 |
```bash
|
27 |
-
llama-cli --hf-repo
|
28 |
```
|
29 |
Server:
|
30 |
```bash
|
31 |
-
llama-server --hf-repo
|
32 |
```
|
33 |
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.
|
34 |
```
|
|
|
13 |
- fhnw/Llama-3-8B-pineapple-recipe-sft
|
14 |
---
|
15 |
|
16 |
+
# fhnw/Llama-3-pineapple-2x8B-Q4_K_M-GGUF
|
17 |
This model was converted to GGUF format from [`fhnw/Llama-3-pineapple-2x8B`](https://huggingface.co/fhnw/Llama-3-pineapple-2x8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
18 |
Refer to the [original model card](https://huggingface.co/fhnw/Llama-3-pineapple-2x8B) for more details on the model.
|
19 |
## Use with llama.cpp
|
|
|
24 |
Invoke the llama.cpp server or the CLI.
|
25 |
CLI:
|
26 |
```bash
|
27 |
+
llama-cli --hf-repo fhnw/Llama-3-pineapple-2x8B-Q4_K_M-GGUF --model llama-3-pineapple-2x8b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
28 |
```
|
29 |
Server:
|
30 |
```bash
|
31 |
+
llama-server --hf-repo fhnw/Llama-3-pineapple-2x8B-Q4_K_M-GGUF --model llama-3-pineapple-2x8b-q4_k_m.gguf -c 2048
|
32 |
```
|
33 |
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.
|
34 |
```
|