jsfs11 commited on
Commit
3a9b685
1 Parent(s): 6861cde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,11 +30,11 @@ brew install ggerganov/ggerganov/llama.cpp
30
  Invoke the llama.cpp server or the CLI.
31
  CLI:
32
  ```bash
33
- llama-cli --hf-repo jsfs11/MixtureofMerges-MoE-4x7b-v10-mixtralv0.3-Q4_K_M-GGUF --model mixtureofmerges-moe-4x7b-v10-mixtralv0.3-q4_k_m.gguf -p "The meaning to life and the universe is"
34
  ```
35
  Server:
36
  ```bash
37
- llama-server --hf-repo jsfs11/MixtureofMerges-MoE-4x7b-v10-mixtralv0.3-Q4_K_M-GGUF --model mixtureofmerges-moe-4x7b-v10-mixtralv0.3-q4_k_m.gguf -c 2048
38
  ```
39
  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.
40
  ```
 
30
  Invoke the llama.cpp server or the CLI.
31
  CLI:
32
  ```bash
33
+ llama-cli --hf-repo jsfs11/MixtureofMerges-MoE-4x7b-v10-mixtralv0.3-GGUF --model mixtureofmerges-moe-4x7b-v10-mixtralv0.3-q4_k_m.gguf -p "The meaning to life and the universe is"
34
  ```
35
  Server:
36
  ```bash
37
+ llama-server --hf-repo jsfs11/MixtureofMerges-MoE-4x7b-v10-mixtralv0.3-GGUF --model mixtureofmerges-moe-4x7b-v10-mixtralv0.3-q4_k_m.gguf -c 2048
38
  ```
39
  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.
40
  ```