Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
- gguf-my-repo
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
This model was converted to GGUF format from [`BAAI/bge-m3`](https://huggingface.co/BAAI/bge-m3) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/BAAI/bge-m3) for more details on the model.
|
16 |
|
@@ -25,12 +25,12 @@ Invoke the llama.cpp server or the CLI.
|
|
25 |
|
26 |
### CLI:
|
27 |
```bash
|
28 |
-
llama-cli --hf-repo
|
29 |
```
|
30 |
|
31 |
### Server:
|
32 |
```bash
|
33 |
-
llama-server --hf-repo
|
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.
|
@@ -47,9 +47,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
47 |
|
48 |
Step 3: Run inference through the main binary.
|
49 |
```
|
50 |
-
./llama-cli --hf-repo
|
51 |
```
|
52 |
or
|
53 |
```
|
54 |
-
./llama-server --hf-repo
|
55 |
```
|
|
|
10 |
- gguf-my-repo
|
11 |
---
|
12 |
|
13 |
+
# bbvch-ai/bge-m3-GGUF
|
14 |
This model was converted to GGUF format from [`BAAI/bge-m3`](https://huggingface.co/BAAI/bge-m3) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/BAAI/bge-m3) for more details on the model.
|
16 |
|
|
|
25 |
|
26 |
### CLI:
|
27 |
```bash
|
28 |
+
llama-cli --hf-repo bbvch-ai/bge-m3-GGUF --hf-file bge-m3-q4_k_m.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-q4_k_m.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.
|
|
|
47 |
|
48 |
Step 3: Run inference through the main binary.
|
49 |
```
|
50 |
+
./llama-cli --hf-repo bbvch-ai/bge-m3-GGUF --hf-file bge-m3-q4_k_m.gguf -p "The meaning to life and the universe is"
|
51 |
```
|
52 |
or
|
53 |
```
|
54 |
+
./llama-server --hf-repo bbvch-ai/bge-m3-GGUF --hf-file bge-m3-q4_k_m.gguf -c 2048
|
55 |
```
|