IIC
/

gosantam commited on
Commit
c95319a
verified
1 Parent(s): 7ad5355

Update README.md

Browse files
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