Unverified Commit 8335667c authored by Kseniya Parkhamchuk's avatar Kseniya Parkhamchuk Committed by GitHub
Browse files

[Frontend] Remove unreachable code from llm.py (#19288)


Signed-off-by: default avatarKsuParkhamchuk <k.parkhamchuk@gmail.com>
parent e1c4380d
......@@ -519,7 +519,6 @@ class LLM:
Sequence) and len(lora_request) != len(prompts):
raise ValueError(
"Lora request list should be the same length as the prompts")
return lora_request
if lora_request is None or isinstance(lora_request, LoRARequest):
return [lora_request] * len(prompts)
......
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