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
e2603fef
Unverified
Commit
e2603fef
authored
Feb 18, 2025
by
Yuan Tang
Committed by
GitHub
Feb 18, 2025
Browse files
[Bugfix] Ensure LoRA path from the request can be included in err msg (#13450)
Signed-off-by:
Yuan Tang
<
terrytangyuan@gmail.com
>
parent
b53d7998
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/lora/worker_manager.py
vllm/lora/worker_manager.py
+1
-1
No files found.
vllm/lora/worker_manager.py
View file @
e2603fef
...
@@ -133,7 +133,7 @@ class WorkerLoRAManager(AbstractWorkerManager):
...
@@ -133,7 +133,7 @@ class WorkerLoRAManager(AbstractWorkerManager):
# For NotFoundError
# For NotFoundError
raise
ValueError
(
raise
ValueError
(
f
"Loading lora
{
lora_request
.
lora_name
}
failed: No adapter "
f
"Loading lora
{
lora_request
.
lora_name
}
failed: No adapter "
f
"found for
{
lora_path
}
"
)
from
e
f
"found for
{
lora_
request
.
lora_
path
}
"
)
from
e
except
Exception
as
e
:
except
Exception
as
e
:
# For BadRequestError
# For BadRequestError
raise
e
raise
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