Increase chat_prompt_size_max
This commit is contained in:
parent
4e9937aa99
commit
3a5cfe96f0
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ chat-instruct_command: 'Continue the chat dialogue below. Write a single reply f
|
|||
<|prompt|>'
|
||||
chat_prompt_size: 2048
|
||||
chat_prompt_size_min: 0
|
||||
chat_prompt_size_max: 2048
|
||||
chat_prompt_size_max: 8192
|
||||
chat_generation_attempts: 1
|
||||
chat_generation_attempts_min: 1
|
||||
chat_generation_attempts_max: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue