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
41bf5612
Unverified
Commit
41bf5612
authored
Jan 31, 2025
by
Beim
Committed by
GitHub
Jan 30, 2025
Browse files
[Misc] fix typo: add missing space in lora adapter error message (#12564)
Signed-off-by:
Beim
<
beim2015@outlook.com
>
parent
a2769032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/openai/serving_models.py
vllm/entrypoints/openai/serving_models.py
+1
-1
No files found.
vllm/entrypoints/openai/serving_models.py
View file @
41bf5612
...
...
@@ -203,7 +203,7 @@ class OpenAIServingModels:
for
lora_request
in
self
.
lora_requests
):
return
create_error_response
(
message
=
f
"The lora adapter '
{
request
.
lora_name
}
' has already been"
f
"The lora adapter '
{
request
.
lora_name
}
' has already been
"
"loaded."
,
err_type
=
"InvalidUserInput"
,
status_code
=
HTTPStatus
.
BAD_REQUEST
)
...
...
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