Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
340e39e3
Unverified
Commit
340e39e3
authored
Feb 26, 2025
by
Chen1022
Committed by
GitHub
Feb 25, 2025
Browse files
Fix string parsing error (#13825)
parent
f4133ce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/transformers_utils/config.py
vllm/transformers_utils/config.py
+1
-1
No files found.
vllm/transformers_utils/config.py
View file @
340e39e3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment