mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-11 00:15:01 +08:00
[Bugfix] Ensure LoRA path from the request can be included in err msg (#13450)
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
b53d79983c
commit
e2603fefb8
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user