AlexanderKyng commited on
Commit
c1f174d
·
verified ·
1 Parent(s): 2da679b

Update README.md

Browse files

Corrects an error made on the model's name inside of llama-server command.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ As previously disclosed, the `mmproj` file will **not** hold on the GPU, if you
76
 
77
  ``` bash
78
  /path/to/llama.cpp/build/bin/llama-server \
79
- -m /path/to/Qwen3.6-27B0-MTP-Q8-Opt.gguf \
80
  --split-mode tensor \
81
  --tensor-split 1,1 \
82
  --host 0.0.0.0 \
 
76
 
77
  ``` bash
78
  /path/to/llama.cpp/build/bin/llama-server \
79
+ -m /path/to/Qwen3.6-27B-Fusion-711-Uncensored-MTP-Q8_0-Opt.gguf \
80
  --split-mode tensor \
81
  --tensor-split 1,1 \
82
  --host 0.0.0.0 \