API: Remove default fallback from backend param
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
parent
3674d7b9b5
commit
f4adca1f3e
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ class ModelLoadRequest(BaseModel):
|
|||
# Config arguments
|
||||
backend: Optional[str] = Field(
|
||||
description="Backend to use",
|
||||
default="exllamav2",
|
||||
)
|
||||
max_seq_len: Optional[int] = Field(
|
||||
description="Leave this blank to use the model's base sequence length",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue