Remove duplicate llama.cpp flag
Browse files- README_ko.md +1 -1
README_ko.md
CHANGED
@@ -293,7 +293,7 @@ CUDA_VISIBLE_DEVICES=0 python demo/text_generation.py --model OrionStarAI/Orion-
|
|
293 |
- 모델 추론 방법
|
294 |
|
295 |
```shell
|
296 |
-
./main --frequency-penalty 0.5 --
|
297 |
```
|
298 |
|
299 |
## 4.6. 예시 노출
|
|
|
293 |
- 모델 추론 방법
|
294 |
|
295 |
```shell
|
296 |
+
./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
|
297 |
```
|
298 |
|
299 |
## 4.6. 예시 노출
|