CodeFault commited on
Commit
8116103
·
verified ·
1 Parent(s): 26811d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -46,8 +46,8 @@ This can be served using:
46
 
47
  ```bash
48
  llama-server \
49
- -hf CodeFault/Mellum2-12B-A2.5B-Thinking-GGUF:Q5_K_M \
50
- --temp 0.6 \
51
- --top-p 0.95 \
52
- --top-k 20
53
  ```
 
46
 
47
  ```bash
48
  llama-server \
49
+ -hf CodeFault/Mellum2-12B-A2.5B-Thinking-GGUF:Q5_K_M \
50
+ --temp 0.6 \
51
+ --top-p 0.95 \
52
+ --top-k 20
53
  ```