Skip to content

Commit 51a7e17

Browse files
Chen-0210shreyankg
authored andcommitted
Fix string parsing error (vllm-project#13825)
1 parent 6ddc011 commit 51a7e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/transformers_utils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def get_config(
272272
" - For Hugging Face models: ensure the presence of a "
273273
"'config.json'.\n"
274274
" - For Mistral models: ensure the presence of a "
275-
"'params.json'.\n")
275+
"'params.json'.\n").format(model=model)
276276

277277
raise ValueError(error_message) from e
278278

0 commit comments

Comments
 (0)