Replies: 1 comment
-
@mikotohhh I am newbie in AI. but I have an explanation for that. As you can see from the paper, the sequence group is usually for beam search. |
Beta Was this translation helpful? Give feedback.
-
@mikotohhh I am newbie in AI. but I have an explanation for that. As you can see from the paper, the sequence group is usually for beam search. |
Beta Was this translation helpful? Give feedback.
-
I am new to llm and trying to understand the source code of vllm, but feel confused about the concept of "sequence" and "sequence group".
I know every request will have its own seqgroup, and a seqgroup may have multiple sequences. But I don't understand the reasons for this mapping. Why not just having a single sequence that pair up with a request?
Beta Was this translation helpful? Give feedback.
All reactions