matrixportal
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -34,12 +34,12 @@ Invoke the llama.cpp server or the CLI.
|
|
34 |
|
35 |
### CLI:
|
36 |
```bash
|
37 |
-
llama-cli --hf-repo matrixportal/CursedMatrix-8B-v9-GGUF --hf-file cursedmatrix-8b-v9-
|
38 |
```
|
39 |
|
40 |
### Server:
|
41 |
```bash
|
42 |
-
llama-server --hf-repo matrixportal/CursedMatrix-8B-v9-GGUF --hf-file cursedmatrix-8b-v9-
|
43 |
```
|
44 |
|
45 |
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.
|
@@ -56,9 +56,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
56 |
|
57 |
Step 3: Run inference through the main binary.
|
58 |
```
|
59 |
-
./llama-cli --hf-repo matrixportal/CursedMatrix-8B-v9-GGUF --hf-file cursedmatrix-8b-v9-
|
60 |
```
|
61 |
or
|
62 |
```
|
63 |
-
./llama-server --hf-repo matrixportal/CursedMatrix-8B-v9-GGUF --hf-file cursedmatrix-8b-v9-
|
64 |
```
|
|
|
34 |
|
35 |
### CLI:
|
36 |
```bash
|
37 |
+
llama-cli --hf-repo matrixportal/CursedMatrix-8B-v9-GGUF --hf-file cursedmatrix-8b-v9-q4_k_s.gguf -p "The meaning to life and the universe is"
|
38 |
```
|
39 |
|
40 |
### Server:
|
41 |
```bash
|
42 |
+
llama-server --hf-repo matrixportal/CursedMatrix-8B-v9-GGUF --hf-file cursedmatrix-8b-v9-q4_k_s.gguf -c 2048
|
43 |
```
|
44 |
|
45 |
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.
|
|
|
56 |
|
57 |
Step 3: Run inference through the main binary.
|
58 |
```
|
59 |
+
./llama-cli --hf-repo matrixportal/CursedMatrix-8B-v9-GGUF --hf-file cursedmatrix-8b-v9-q4_k_s.gguf -p "The meaning to life and the universe is"
|
60 |
```
|
61 |
or
|
62 |
```
|
63 |
+
./llama-server --hf-repo matrixportal/CursedMatrix-8B-v9-GGUF --hf-file cursedmatrix-8b-v9-q4_k_s.gguf -c 2048
|
64 |
```
|