We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c4380 commit 8335667Copy full SHA for 8335667
vllm/entrypoints/llm.py
@@ -519,7 +519,6 @@ def _get_beam_search_lora_requests(
519
Sequence) and len(lora_request) != len(prompts):
520
raise ValueError(
521
"Lora request list should be the same length as the prompts")
522
- return lora_request
523
524
if lora_request is None or isinstance(lora_request, LoRARequest):
525
return [lora_request] * len(prompts)
0 commit comments