Remove duplicate llama.cpp flag - English
#7
by
algorithm
- opened
README.md
CHANGED
|
@@ -305,7 +305,7 @@ CUDA_VISIBLE_DEVICES=0 python demo/text_generation.py --model OrionStarAI/Orion-
|
|
| 305 |
- How to run generation
|
| 306 |
|
| 307 |
```shell
|
| 308 |
-
./main --frequency-penalty 0.5 --
|
| 309 |
```
|
| 310 |
|
| 311 |
## 4.6 Example Output
|
|
|
|
| 305 |
- How to run generation
|
| 306 |
|
| 307 |
```shell
|
| 308 |
+
./main --frequency-penalty 0.5 --top-k 5 --top-p 0.9 -m chat.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 400 -e
|
| 309 |
```
|
| 310 |
|
| 311 |
## 4.6 Example Output
|