docs: update org name to ggml-org
Browse files
README.md
CHANGED
@@ -2515,12 +2515,12 @@ Invoke the llama.cpp server or the CLI.
|
|
2515 |
|
2516 |
### CLI:
|
2517 |
```bash
|
2518 |
-
llama-cli --hf-repo
|
2519 |
```
|
2520 |
|
2521 |
### Server:
|
2522 |
```bash
|
2523 |
-
llama-server --hf-repo
|
2524 |
```
|
2525 |
|
2526 |
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.
|
@@ -2537,9 +2537,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
2537 |
|
2538 |
Step 3: Run inference through the main binary.
|
2539 |
```
|
2540 |
-
./llama-cli --hf-repo
|
2541 |
```
|
2542 |
or
|
2543 |
```
|
2544 |
-
./llama-server --hf-repo
|
2545 |
```
|
|
|
2515 |
|
2516 |
### CLI:
|
2517 |
```bash
|
2518 |
+
llama-cli --hf-repo ggml-org/bge-small-en-v1.5-Q8_0-GGUF --hf-file bge-small-en-v1.5-q8_0.gguf -p "The meaning to life and the universe is"
|
2519 |
```
|
2520 |
|
2521 |
### Server:
|
2522 |
```bash
|
2523 |
+
llama-server --hf-repo ggml-org/bge-small-en-v1.5-Q8_0-GGUF --hf-file bge-small-en-v1.5-q8_0.gguf -c 2048
|
2524 |
```
|
2525 |
|
2526 |
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.
|
|
|
2537 |
|
2538 |
Step 3: Run inference through the main binary.
|
2539 |
```
|
2540 |
+
./llama-cli --hf-repo ggml-org/bge-small-en-v1.5-Q8_0-GGUF --hf-file bge-small-en-v1.5-q8_0.gguf -p "The meaning to life and the universe is"
|
2541 |
```
|
2542 |
or
|
2543 |
```
|
2544 |
+
./llama-server --hf-repo ggml-org/bge-small-en-v1.5-Q8_0-GGUF --hf-file bge-small-en-v1.5-q8_0.gguf -c 2048
|
2545 |
```
|