You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using v1 engine, LLM.generate() only returns 1 CompletionOutput even when SamplingParams sets n>1
Is this expected to work or is n>1 not yet supported for v1? If so, are there plans to support it?
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
Your current environment
VLLM version 0.7.0
Model Input Dumps
No response
🐛 Describe the bug
When using v1 engine,
LLM.generate()
only returns 1CompletionOutput
even whenSamplingParams
setsn>1
Is this expected to work or is
n>1
not yet supported for v1? If so, are there plans to support it?Before submitting a new issue...
The text was updated successfully, but these errors were encountered: