Unverified Commit 340e39e3 authored by Chen1022's avatar Chen1022 Committed by GitHub
Browse files

Fix string parsing error (#13825)

parent f4133ce4
...@@ -272,7 +272,7 @@ def get_config( ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment