summonsoftware commited on
Commit
081d152
·
verified ·
1 Parent(s): d1f681f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,4 +21,4 @@ Credit to the original HauhauCS model authors and to the public MTP conversion w
21
 
22
  With CUDA 13.2+:
23
 
24
- `llama-server.exe -m "Qwen3.6-27B-Uncensored-HauhauCS-Aggressive-MTP-Q4_K_P.gguf" --spec-type draft-mtp --spec-draft-n-max 1 --jinja -ngl 100 -c 262144 -np 1 --flash-attn on --cache-type-k q4_0 --cache-type-v q4_0 --host 127.0.0.1 --port 8033`
 
21
 
22
  With CUDA 13.2+:
23
 
24
+ `llama-server.exe -m "Qwen3.6-27B-Uncensored-HauhauCS-Aggressive-MTP-Q4_K_P.gguf" --spec-type draft-mtp --spec-draft-n-max 1 --spec-draft-ngl 100 --jinja -ngl 100 -c 262144 -np 1 -fa on -ctk q4_0 -ctv q4_0 --host 127.0.0.1 --port 8033`