Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -33,12 +33,12 @@ Invoke the llama.cpp server or the CLI.
|
|
33 |
|
34 |
### CLI:
|
35 |
```bash
|
36 |
-
llama-cli --hf-repo matrixportal/Qwen2.5-MOE-2X1.5B-DeepSeek-Uncensored-Censored-4B-GGUF --hf-file qwen2.5-moe-2x1.5b-deepseek-uncensored-censored-4b-
|
37 |
```
|
38 |
|
39 |
### Server:
|
40 |
```bash
|
41 |
-
llama-server --hf-repo matrixportal/Qwen2.5-MOE-2X1.5B-DeepSeek-Uncensored-Censored-4B-GGUF --hf-file qwen2.5-moe-2x1.5b-deepseek-uncensored-censored-4b-
|
42 |
```
|
43 |
|
44 |
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.
|
@@ -55,9 +55,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
55 |
|
56 |
Step 3: Run inference through the main binary.
|
57 |
```
|
58 |
-
./llama-cli --hf-repo matrixportal/Qwen2.5-MOE-2X1.5B-DeepSeek-Uncensored-Censored-4B-GGUF --hf-file qwen2.5-moe-2x1.5b-deepseek-uncensored-censored-4b-
|
59 |
```
|
60 |
or
|
61 |
```
|
62 |
-
./llama-server --hf-repo matrixportal/Qwen2.5-MOE-2X1.5B-DeepSeek-Uncensored-Censored-4B-GGUF --hf-file qwen2.5-moe-2x1.5b-deepseek-uncensored-censored-4b-
|
63 |
```
|
|
|
33 |
|
34 |
### CLI:
|
35 |
```bash
|
36 |
+
llama-cli --hf-repo matrixportal/Qwen2.5-MOE-2X1.5B-DeepSeek-Uncensored-Censored-4B-GGUF --hf-file qwen2.5-moe-2x1.5b-deepseek-uncensored-censored-4b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
37 |
```
|
38 |
|
39 |
### Server:
|
40 |
```bash
|
41 |
+
llama-server --hf-repo matrixportal/Qwen2.5-MOE-2X1.5B-DeepSeek-Uncensored-Censored-4B-GGUF --hf-file qwen2.5-moe-2x1.5b-deepseek-uncensored-censored-4b-q4_k_m.gguf -c 2048
|
42 |
```
|
43 |
|
44 |
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.
|
|
|
55 |
|
56 |
Step 3: Run inference through the main binary.
|
57 |
```
|
58 |
+
./llama-cli --hf-repo matrixportal/Qwen2.5-MOE-2X1.5B-DeepSeek-Uncensored-Censored-4B-GGUF --hf-file qwen2.5-moe-2x1.5b-deepseek-uncensored-censored-4b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
59 |
```
|
60 |
or
|
61 |
```
|
62 |
+
./llama-server --hf-repo matrixportal/Qwen2.5-MOE-2X1.5B-DeepSeek-Uncensored-Censored-4B-GGUF --hf-file qwen2.5-moe-2x1.5b-deepseek-uncensored-censored-4b-q4_k_m.gguf -c 2048
|
63 |
```
|