mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-08 19:55:44 +08:00
Fix string parsing error (#13825)
This commit is contained in:
parent
f4133ce4e5
commit
340e39e387
@ -272,7 +272,7 @@ def get_config(
|
|||||||
" - For Hugging Face models: ensure the presence of a "
|
" - For Hugging Face models: ensure the presence of a "
|
||||||
"'config.json'.\n"
|
"'config.json'.\n"
|
||||||
" - For Mistral models: ensure the presence of a "
|
" - For Mistral models: ensure the presence of a "
|
||||||
"'params.json'.\n")
|
"'params.json'.\n").format(model=model)
|
||||||
|
|
||||||
raise ValueError(error_message) from e
|
raise ValueError(error_message) from e
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user