Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -307,12 +307,12 @@ Invoke the llama.cpp server or the CLI.
|
|
307 |
|
308 |
### CLI:
|
309 |
```bash
|
310 |
-
llama-cli --hf-repo matrixportal/aya-23-8B-GGUF --hf-file aya-23-8b-
|
311 |
```
|
312 |
|
313 |
### Server:
|
314 |
```bash
|
315 |
-
llama-server --hf-repo matrixportal/aya-23-8B-GGUF --hf-file aya-23-8b-
|
316 |
```
|
317 |
|
318 |
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.
|
@@ -329,9 +329,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
329 |
|
330 |
Step 3: Run inference through the main binary.
|
331 |
```
|
332 |
-
./llama-cli --hf-repo matrixportal/aya-23-8B-GGUF --hf-file aya-23-8b-
|
333 |
```
|
334 |
or
|
335 |
```
|
336 |
-
./llama-server --hf-repo matrixportal/aya-23-8B-GGUF --hf-file aya-23-8b-
|
337 |
```
|
|
|
307 |
|
308 |
### CLI:
|
309 |
```bash
|
310 |
+
llama-cli --hf-repo matrixportal/aya-23-8B-GGUF --hf-file aya-23-8b-q4_0.gguf -p "The meaning to life and the universe is"
|
311 |
```
|
312 |
|
313 |
### Server:
|
314 |
```bash
|
315 |
+
llama-server --hf-repo matrixportal/aya-23-8B-GGUF --hf-file aya-23-8b-q4_0.gguf -c 2048
|
316 |
```
|
317 |
|
318 |
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.
|
|
|
329 |
|
330 |
Step 3: Run inference through the main binary.
|
331 |
```
|
332 |
+
./llama-cli --hf-repo matrixportal/aya-23-8B-GGUF --hf-file aya-23-8b-q4_0.gguf -p "The meaning to life and the universe is"
|
333 |
```
|
334 |
or
|
335 |
```
|
336 |
+
./llama-server --hf-repo matrixportal/aya-23-8B-GGUF --hf-file aya-23-8b-q4_0.gguf -c 2048
|
337 |
```
|