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
I am reading the vLLM source code and was interested in the file vllm/sequence.py
Specifically, I am wondering what is meant by completion sequence group in the docstring comment for
class CompletionSequenceGroupOutput(
msgspec.Struct,
omit_defaults=True, # type: ignore[call-arg]
array_like=True): # type: ignore[call-arg]
"""The model output associated with a completion sequence group."""
I know what sequence group is but was not aware of any deeper completion sequence group.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am reading the vLLM source code and was interested in the file vllm/sequence.py
Specifically, I am wondering what is meant by completion sequence group in the docstring comment for
class CompletionSequenceGroupOutput(
msgspec.Struct,
omit_defaults=True, # type: ignore[call-arg]
array_like=True): # type: ignore[call-arg]
"""The model output associated with a completion sequence group."""
I know what sequence group is but was not aware of any deeper completion sequence group.
Beta Was this translation helpful? Give feedback.
All reactions