[TRTLLM-12982][feat] support multi item scoring in LLM.encode - #14693
Conversation
78c8f63 to
d0824ae
Compare
|
/bot run |
|
PR_Github #50809 [ run ] triggered by Bot. Commit: |
|
/bot run --disable-fail-fast |
|
PR_Github #50813 [ run ] triggered by Bot. Commit: |
|
PR_Github #50809 [ run ] completed with state
|
d0824ae to
ccc4520
Compare
|
/bot run --disable-fail-fast |
|
PR_Github #50819 [ run ] triggered by Bot. Commit: |
|
PR_Github #50813 [ run ] completed with state |
|
PR_Github #50819 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #51008 [ run ] triggered by Bot. Commit: |
|
/bot kill |
|
PR_Github #51021 [ kill ] triggered by Bot. Commit: |
|
PR_Github #51008 [ run ] completed with state |
|
PR_Github #51021 [ kill ] completed with state |
|
/bot run --disable-fail-fast |
|
PR_Github #51029 [ run ] triggered by Bot. Commit: |
|
PR_Github #54253 [ run ] triggered by Bot. Commit: |
|
PR_Github #54253 [ run ] completed with state
|
9a8e8ad to
a8a17f0
Compare
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
a8a17f0 to
735c68e
Compare
|
/bot run --disable-fail-fast |
|
PR_Github #54296 [ run ] triggered by Bot. Commit: |
|
/bot run --disable-fail-fast |
|
PR_Github #54326 [ run ] triggered by Bot. Commit: |
|
PR_Github #54296 [ run ] completed with state |
|
PR_Github #54326 [ run ] completed with state |
…#14693) Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com> Signed-off-by: GitLab CI Bot <gitlab-ci@nvidia.com>
…#14693) Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com> Signed-off-by: GitLab CI Bot <gitlab-ci@nvidia.com>
Description
This exposes the functionality added in flashinfer-ai/flashinfer#1015 via
LLM.encode(#12801). SGLang has been supporting this since sgl-project/sglang#10979.Note: Commit e50c18a is being integrated via #14634 but is required for tests to pass.
Test Coverage
PR includes new tests.
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
If PR introduces API changes, an appropriate PR label is added - either
api-compatibleorapi-breaking. Forapi-breaking, includeBREAKINGin the PR title.Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.Summary by CodeRabbit
Release Notes
New Features
batch_indexed_model_outputandcopy_logits_to_hostparameters to the encode method for flexible output formatting and device control.Tests