matrixportal
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -26,12 +26,12 @@ Invoke the llama.cpp server or the CLI.
|
|
26 |
|
27 |
### CLI:
|
28 |
```bash
|
29 |
-
llama-cli --hf-repo matrixportal/LLaMa-3-CursedStock-v2.0-8B-GGUF --hf-file llama-3-cursedstock-v2.0-8b-
|
30 |
```
|
31 |
|
32 |
### Server:
|
33 |
```bash
|
34 |
-
llama-server --hf-repo matrixportal/LLaMa-3-CursedStock-v2.0-8B-GGUF --hf-file llama-3-cursedstock-v2.0-8b-
|
35 |
```
|
36 |
|
37 |
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.
|
@@ -48,9 +48,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
48 |
|
49 |
Step 3: Run inference through the main binary.
|
50 |
```
|
51 |
-
./llama-cli --hf-repo matrixportal/LLaMa-3-CursedStock-v2.0-8B-GGUF --hf-file llama-3-cursedstock-v2.0-8b-
|
52 |
```
|
53 |
or
|
54 |
```
|
55 |
-
./llama-server --hf-repo matrixportal/LLaMa-3-CursedStock-v2.0-8B-GGUF --hf-file llama-3-cursedstock-v2.0-8b-
|
56 |
```
|
|
|
26 |
|
27 |
### CLI:
|
28 |
```bash
|
29 |
+
llama-cli --hf-repo matrixportal/LLaMa-3-CursedStock-v2.0-8B-GGUF --hf-file llama-3-cursedstock-v2.0-8b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
30 |
```
|
31 |
|
32 |
### Server:
|
33 |
```bash
|
34 |
+
llama-server --hf-repo matrixportal/LLaMa-3-CursedStock-v2.0-8B-GGUF --hf-file llama-3-cursedstock-v2.0-8b-q4_k_m.gguf -c 2048
|
35 |
```
|
36 |
|
37 |
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.
|
|
|
48 |
|
49 |
Step 3: Run inference through the main binary.
|
50 |
```
|
51 |
+
./llama-cli --hf-repo matrixportal/LLaMa-3-CursedStock-v2.0-8B-GGUF --hf-file llama-3-cursedstock-v2.0-8b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
52 |
```
|
53 |
or
|
54 |
```
|
55 |
+
./llama-server --hf-repo matrixportal/LLaMa-3-CursedStock-v2.0-8B-GGUF --hf-file llama-3-cursedstock-v2.0-8b-q4_k_m.gguf -c 2048
|
56 |
```
|