fix: remove prematurely commited change
This commit is contained in:
parent
cbbcd888af
commit
dcf38f6141
1 changed files with 0 additions and 4 deletions
|
@ -143,10 +143,6 @@ class ModelSettings(BaseSettings):
|
|||
default=None,
|
||||
description="The model name or path to a pretrained HuggingFace tokenizer model. Same as you would pass to AutoTokenizer.from_pretrained().",
|
||||
)
|
||||
hf_model_repo_id: Optional[str] = Field(
|
||||
default=None,
|
||||
description="The HuggingFace repo_id to use to load model files from",
|
||||
)
|
||||
# Speculative Decoding
|
||||
draft_model: Optional[str] = Field(
|
||||
default=None,
|
||||
|
|
Loading…
Reference in a new issue