diff --git a/endpoints/core/types/model.py b/endpoints/core/types/model.py index a182913..e01b603 100644 --- a/endpoints/core/types/model.py +++ b/endpoints/core/types/model.py @@ -83,6 +83,7 @@ class ModelLoadRequest(BaseModel): # Config arguments backend: Optional[str] = Field( description="Backend to use", + default=None, ) max_seq_len: Optional[int] = Field( description="Leave this blank to use the model's base sequence length",