Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,11 @@ python -m sglang.launch_server --model-path ertghiu256/qwen3-1.7b-mixture-of-tho
|
|
81 |
## llama.cpp
|
82 |
Run this command
|
83 |
```bash
|
84 |
-
|
|
|
|
|
|
|
|
|
85 |
```
|
86 |
|
87 |
## ollama
|
|
|
81 |
## llama.cpp
|
82 |
Run this command
|
83 |
```bash
|
84 |
+
llama-server --hf-repo ertghiu256/qwen3-1.7b-mixture-of-thought
|
85 |
+
```
|
86 |
+
or
|
87 |
+
```bash
|
88 |
+
llama-cli --hf-repo ertghiu256/qwen3-1.7b-mixture-of-thought
|
89 |
```
|
90 |
|
91 |
## ollama
|