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