Skip to content

Commit 340e39e

Browse files
authored
Fix string parsing error (#13825)
1 parent f4133ce commit 340e39e

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)