KimChen commited on
Commit
b00c1b9
·
verified ·
1 Parent(s): 9a46b96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-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.
 
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.