fix: remove prematurely commited change

This commit is contained in:
Andrei Betlen 2024-02-25 21:00:37 -05:00
parent cbbcd888af
commit dcf38f6141

View file

@ -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,