Add the option to not automatically load the selected model (#1762)
--------- Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
This commit is contained in:
parent
cf6caf1830
commit
218bd64bd1
3 changed files with 33 additions and 11 deletions
|
@ -31,6 +31,7 @@ input_params = []
|
|||
need_restart = False
|
||||
|
||||
settings = {
|
||||
'autoload_model': True,
|
||||
'max_new_tokens': 200,
|
||||
'max_new_tokens_min': 1,
|
||||
'max_new_tokens_max': 2000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue