mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-25 16:14:03 +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 "
|
||||
"'config.json'.\n"
|
||||
" - For Mistral models: ensure the presence of a "
|
||||
"'params.json'.\n")
|
||||
"'params.json'.\n").format(model=model)
|
||||
|
||||
raise ValueError(error_message) from e
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user