Document /v1/internal/model/load and fix a bug

This commit is contained in:
oobabooga 2023-11-08 17:41:12 -08:00
parent 1754a3761b
commit 678fd73aef
2 changed files with 24 additions and 1 deletions

View file

@ -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: