chore: Handle qwen2audio inputs ids expansion during processing - #3080
Merged
Conversation
Collaborator
Author
|
/bot run |
Collaborator
|
PR_Github #472 [ run ] triggered by Bot |
Collaborator
|
PR_Github #472 [ run ] completed with state |
symphonylyh
approved these changes
Mar 25, 2025
Signed-off-by: Aurelien Chartier <achartier@nvidia.com>
Signed-off-by: Aurelien Chartier <achartier@nvidia.com>
achartier
force-pushed
the
handle-qwen2audio-expansion
branch
from
March 25, 2025 23:55
9336b4c to
7e1d849
Compare
Collaborator
Author
|
/bot run |
Collaborator
|
PR_Github #478 [ run ] triggered by Bot |
Collaborator
|
PR_Github #478 [ run ] completed with state |
Collaborator
Author
|
/bot run |
Collaborator
|
PR_Github #497 [ run ] triggered by Bot |
Collaborator
|
PR_Github #497 [ run ] completed with state |
Collaborator
|
/bot reuse-pipeline |
Collaborator
|
PR_Github #530 [ reuse-pipeline ] triggered by Bot |
Collaborator
|
PR_Github #530 [ reuse-pipeline ] completed with state |
wu1du2
pushed a commit
to wu1du2/TensorRT-LLM
that referenced
this pull request
May 11, 2025
…IA#3080) * Handle qwen2audio inputs ids expansion during processing Signed-off-by: Aurelien Chartier <achartier@nvidia.com> * remove more dead code Signed-off-by: Aurelien Chartier <achartier@nvidia.com> * fix yapf Signed-off-by: Aurelien Chartier <achartier@nvidia.com> --------- Signed-off-by: Aurelien Chartier <achartier@nvidia.com> Co-authored-by: QI JUN <22017000+QiJune@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Transformers is expanding input_ids during processing since 4.48: huggingface/transformers#35534
Hence, it does not need to be done in TRT-LLM code anymore.