jefferylovely
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -26,12 +26,12 @@ Invoke the llama.cpp server or the CLI.
|
|
26 |
|
27 |
### CLI:
|
28 |
```bash
|
29 |
-
llama --hf-repo
|
30 |
```
|
31 |
|
32 |
### Server:
|
33 |
```bash
|
34 |
-
llama-server --hf-repo
|
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.
|
|
|
26 |
|
27 |
### CLI:
|
28 |
```bash
|
29 |
+
llama --hf-repo AiMavenAi/Prometheus-1.8-Q4_0-GGUF --hf-file prometheus-1.8-q4_0.gguf -p "The meaning to life and the universe is"
|
30 |
```
|
31 |
|
32 |
### Server:
|
33 |
```bash
|
34 |
+
llama-server --hf-repo AiMavenAi/Prometheus-1.8-Q4_0-GGUF --hf-file prometheus-1.8-q4_0.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.
|