Config: Inline model loading is False
This is not a True default. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
8e6b8bd842
commit
f6fb60a6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class ModelConfig(BaseConfigModel):
|
|||
),
|
||||
)
|
||||
inline_model_loading: Optional[bool] = Field(
|
||||
True,
|
||||
False,
|
||||
description=(
|
||||
"Allow direct loading of models "
|
||||
"from a completion or chat completion request (default: False)."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue