We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d0bf0 commit c26434eCopy full SHA for c26434e
vllm/transformers_utils/config.py
@@ -524,10 +524,10 @@ def get_config(
524
else:
525
raise ValueError(
526
"Could not detect config format for no config file found. "
527
- "With config_format 'auto', ensure your model has either"
528
- "config.json (HF format) or params.json (Mistral format)."
529
- "Otherwise please specify your_custom_config_format"
530
- "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.")
531
532
except Exception as e:
533
error_message = (
0 commit comments