IIC
/

gonzalo-santamaria-iic gosantam commited on
Commit
d72dd06
verified
1 Parent(s): 7ad5355

Update README.md (#1)

Browse files

- Update README.md (c95319a1a723bb3e1627d91a6e4ea4f28792b29e)


Co-authored-by: Gonzalo Santamar铆a G贸mez <[email protected]>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,13 +86,13 @@ The `train_data.txt` dataset is optional for most quantizations. We have used an
86
  You can do, for example
87
 
88
  ```shell
89
- ./llama.cpp/llama-cli -m ./rigochat-7b-v2-Q8_0.gguf -co -cnv -fa -ngl -1 -n 512
90
  ```
91
 
92
  or
93
 
94
  ```shell
95
- ./llama.cpp/llama-server -m ./rigochat-7b-v2-Q8_0.gguf -co -cnv -fa -ngl -1 -n 512
96
  ```
97
 
98
  ## Evaluation
 
86
  You can do, for example
87
 
88
  ```shell
89
+ ./llama.cpp/llama-cli -m ./rigochat-7b-v2-Q8_0.gguf -co -cnv -p "your system." -fa -ngl -1 -n 512
90
  ```
91
 
92
  or
93
 
94
  ```shell
95
+ ./llama.cpp/llama-server -m ./rigochat-7b-v2-Q8_0.gguf -co -cnv -p "your system." -fa -ngl -1 -n 512
96
  ```
97
 
98
  ## Evaluation