8000 fix: remove prematurely commited change · coderonion/llama-cpp-python@dcf38f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcf38f6

Browse files
committed
fix: remove prematurely commited change
1 parent cbbcd88 commit dcf38f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llama_cpp/server/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ class ModelSettings(BaseSettings):
143143
default=None,
144144
description="The model name or path to a pretrained HuggingFace tokenizer model. Same as you would pass to AutoTokenizer.from_pretrained().",
145145
)
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-
)
150146
# Speculative Decoding
151147
draft_model: Optional[str] = Field(
152148
default=None,

0 commit comments

Comments
 (0)
0