Disable "autoload the model" by default
This commit is contained in:
parent
656b457795
commit
b1a6ea68dd
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ need_restart = False
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
'dark_theme': False,
|
'dark_theme': False,
|
||||||
'autoload_model': True,
|
'autoload_model': False,
|
||||||
'max_new_tokens': 200,
|
'max_new_tokens': 200,
|
||||||
'max_new_tokens_min': 1,
|
'max_new_tokens_min': 1,
|
||||||
'max_new_tokens_max': 2000,
|
'max_new_tokens_max': 2000,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dark_theme: false
|
dark_theme: false
|
||||||
autoload_model: true
|
autoload_model: false
|
||||||
max_new_tokens: 200
|
max_new_tokens: 200
|
||||||
max_new_tokens_min: 1
|
max_new_tokens_min: 1
|
||||||
max_new_tokens_max: 2000
|
max_new_tokens_max: 2000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue