Skip to content

Commit 8335667

Browse files
[Frontend] Remove unreachable code from llm.py (#19288)
Signed-off-by: KsuParkhamchuk <[email protected]>
1 parent e1c4380 commit 8335667

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/entrypoints/llm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ def _get_beam_search_lora_requests(
519519
Sequence) and len(lora_request) != len(prompts):
520520
raise ValueError(
521521
"Lora request list should be the same length as the prompts")
522-
return lora_request
523522

524523
if lora_request is None or isinstance(lora_request, LoRARequest):
525524
return [lora_request] * len(prompts)

0 commit comments

Comments
 (0)