Update README.md
Browse files
README.md
CHANGED
@@ -25,12 +25,12 @@ Invoke the llama.cpp server or the CLI.
|
|
25 |
|
26 |
### CLI:
|
27 |
```bash
|
28 |
-
llama-cli --hf-repo bbvch-ai/bge-m3-GGUF --hf-file bge-m3
|
29 |
```
|
30 |
|
31 |
### Server:
|
32 |
```bash
|
33 |
-
llama-server --hf-repo bbvch-ai/bge-m3-GGUF --hf-file bge-m3
|
34 |
```
|
35 |
|
36 |
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.
|
|
|
25 |
|
26 |
### CLI:
|
27 |
```bash
|
28 |
+
llama-cli --hf-repo bbvch-ai/bge-m3-GGUF --hf-file bge-m3.gguf -p "The meaning to life and the universe is"
|
29 |
```
|
30 |
|
31 |
### Server:
|
32 |
```bash
|
33 |
+
llama-server --hf-repo bbvch-ai/bge-m3-GGUF --hf-file bge-m3.gguf -c 2048
|
34 |
```
|
35 |
|
36 |
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.
|