Skip to content

Commit 8114946

Browse files
committed
bugfix
Signed-off-by: xinyuxiao <xinyuxiao2024@gmail.com>
1 parent b98583e commit 8114946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def get_field(cls: ConfigType, name: str) -> Field:
212212
f"{cls.__name__}.{name} must have a default value or default factory.")
213213

214214

215-
TokenizerMode = Literal["auto", "slow", "mistral", "bitnet" ,"custom"]
215+
TokenizerMode = Literal["auto", "slow", "mistral", "bitnet", "custom"]
216216
ModelDType = Literal["auto", "half", "float16", "bfloat16", "float", "float32"]
217217

218218

0 commit comments

Comments
 (0)