Properly specify config value in the error message
This commit is contained in:
parent
d6ad17097c
commit
63476041d1
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ async def load_inline_model(model_name: str, request: Request):
|
|||
if not unwrap(config.model.get("inline_model_loading"), False):
|
||||
logger.warning(
|
||||
f"Unable to switch model to {model_name} because "
|
||||
'"inline_model_load" is not True in config.yml.'
|
||||
'"inline_model_loading" is not True in config.yml.'
|
||||
)
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue