Update README.md
Browse files
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-
|
34 |
```
|
35 |
Server:
|
36 |
```bash
|
37 |
-
llama-server --hf-repo jsfs11/MixtureofMerges-MoE-4x7b-v10-mixtralv0.3-
|
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 |
```
|