Document /v1/internal/model/load and fix a bug
This commit is contained in:
parent
1754a3761b
commit
678fd73aef
2 changed files with 24 additions and 1 deletions
|
@ -46,7 +46,7 @@ def _load_model(data):
|
|||
|
||||
unload_model()
|
||||
model_settings = get_model_metadata(model_name)
|
||||
update_model_parameters(model_settings, initial=True)
|
||||
update_model_parameters(model_settings)
|
||||
|
||||
# Update shared.args with custom model loading settings
|
||||
if args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue