We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbcd88 commit dcf38f6Copy full SHA for dcf38f6
llama_cpp/server/settings.py
@@ -143,10 +143,6 @@ class ModelSettings(BaseSettings):
143
default=None,
144
description="The model name or path to a pretrained HuggingFace tokenizer model. Same as you would pass to AutoTokenizer.from_pretrained().",
145
)
146
- hf_model_repo_id: Optional[str] = Field(
147
- default=None,
148
- description="The HuggingFace repo_id to use to load model files from",
149
- )
150
# Speculative Decoding
151
draft_model: Optional[str] = Field(
152
0 commit comments