mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-21 18:45:01 +08:00
[Bugfix] Typos in error message for missing model config file (#25339)
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
parent
5fd95c77af
commit
80cad257da
@ -527,7 +527,7 @@ def get_config(
|
||||
"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")
|
||||
"in engine args for customized config parser.")
|
||||
|
||||
except Exception as e:
|
||||
error_message = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user