If n_predict == -1, generate forever

This commit is contained in:
Georgi Gerganov 2023-03-25 21:51:41 +02:00
parent e2d490dafd
commit 79b2b266db
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
3 changed files with 3 additions and 4 deletions

View file

@ -11,6 +11,6 @@ cd ..
#
# "--keep 48" is based on the contents of prompts/chat-with-bob.txt
#
./main -m ./models/7B/ggml-model-q4_0.bin -c 2048 -b 1024 -n 256 --keep 48 \
./main -m ./models/7B/ggml-model-q4_0.bin -c 512 -b 1024 -n 256 --keep 48 \
--repeat_penalty 1.0 --color -i \
-r "User:" -f prompts/chat-with-bob.txt