mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Increase max_new_tokens upper limit
This commit is contained in:
parent
5e5d926d2b
commit
8c1c2e0fae
@ -35,7 +35,7 @@ settings = {
|
||||
'autoload_model': False,
|
||||
'max_new_tokens': 200,
|
||||
'max_new_tokens_min': 1,
|
||||
'max_new_tokens_max': 2000,
|
||||
'max_new_tokens_max': 4096,
|
||||
'seed': -1,
|
||||
'character': 'None',
|
||||
'name1': 'You',
|
||||
|
@ -2,7 +2,7 @@ dark_theme: false
|
||||
autoload_model: false
|
||||
max_new_tokens: 200
|
||||
max_new_tokens_min: 1
|
||||
max_new_tokens_max: 2000
|
||||
max_new_tokens_max: 4096
|
||||
seed: -1
|
||||
character: None
|
||||
name1: You
|
||||
|
Loading…
Reference in New Issue
Block a user