ertghiu256 commited on
Commit
94cf00d
·
verified ·
1 Parent(s): f387813

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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
- .\llama-server --hf ertghiu256/qwen3-1.7b-mixture-of-thought
 
 
 
 
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