bobchenyx commited on
Commit
3606a02
·
verified ·
1 Parent(s): 52557b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -54,9 +54,7 @@ cmake --build build --config Release -j --clean-first
54
  build/bin/llama-cli -m bobchenyx/GLM-4.6-GGUF/GLM-4.6-IQ1_M/GLM-4.6-IQ1_M-00001-of-00003.gguf \ # PATH TO GGUF
55
  --jinja \
56
  -ngl 99 \
57
- --temp 0.6 \
58
- --top_p 0.95 \
59
- --min_p 0.01 \
60
  --ctx-size 16384 \ # 8192
61
  ```
62
 
 
54
  build/bin/llama-cli -m bobchenyx/GLM-4.6-GGUF/GLM-4.6-IQ1_M/GLM-4.6-IQ1_M-00001-of-00003.gguf \ # PATH TO GGUF
55
  --jinja \
56
  -ngl 99 \
57
+ --temp 1.0 --top-p 0.95 --top-k 40 --min-p 0.0 \
 
 
58
  --ctx-size 16384 \ # 8192
59
  ```
60