-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Multi options #1761
Comments
Do you mean select like top K choices from the candidates? |
No!
my mean is given an option list,
eg: [A,B,C,D,E]
it can select multi option in llm decode,
such as [A,C,D] or [D,B] or [D,A,E] .....,
not using top-k selection
Qinghan Lai
Qilu University Of Technology(Shangdong Academy Of Sciences)
On 10/23/2024 10:07,Byron ***@***.***> wrote:
Do you mean select like top K choices from the candidates?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This multi option is very commonly used in our development tasks.
The top k method will destroy the original output logic of the LLM and reduce the effect of generating text.
I'd love to see sglang support that, as he's really helpful for tasks and can compensate for the limitations of single choice.
Thanks!
Qinghan Lai
Qilu University Of Technology(Shangdong Academy Of Sciences)
On 10/23/2024 10:21,Qinghan ***@***.***> wrote:
No!
my mean is given an option list,
eg: [A,B,C,D,E]
it can select multi option in llm decode,
such as [A,C,D] or [D,B] or [D,A,E] .....,
not using top-k selection
Qinghan Lai
Qilu University Of Technology(Shangdong Academy Of Sciences)
On 10/23/2024 10:07,Byron ***@***.***> wrote:
Do you mean select like top K choices from the candidates?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
please give an sglang program example that you want and the expected input and output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Motivation
I want to use sgl.gen to select multiple options from the candidate selection, does it support it?
Related resources
No response
The text was updated successfully, but these errors were encountered: