mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Bugfix] Typos in error message for missing model config file (#25339)
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com>
This commit is contained in:
@ -524,10 +524,10 @@ def get_config(
|
||||
else:
|
||||
raise ValueError(
|
||||
"Could not detect config format for no config file found. "
|
||||
"With config_format 'auto', ensure your model has either"
|
||||
"config.json (HF format) or params.json (Mistral format)."
|
||||
"Otherwise please specify your_custom_config_format"
|
||||
"in engine args for customized config parser")
|
||||
"With config_format 'auto', ensure your model has either "
|
||||
"config.json (HF format) or params.json (Mistral format). "
|
||||
"Otherwise please specify your_custom_config_format "
|
||||
"in engine args for customized config parser.")
|
||||
|
||||
except Exception as e:
|
||||
error_message = (
|
||||
|
Reference in New Issue
Block a user