-
Notifications
You must be signed in to change notification settings - Fork 81
feat(rebase + unify subfunctions): rebase to transformers v4.57.3 and align the subfunction changes. #882
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
Merged
quic-rishinr
merged 29 commits into
quic:main
from
vbaddi:feat/rebase_transformers_unify_subfunctions
Apr 3, 2026
Merged
feat(rebase + unify subfunctions): rebase to transformers v4.57.3 and align the subfunction changes. #882
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9e1cb31
feat(rebase): transformers: bump to 4.57.3 with cache/kv compatibility
vbaddi 217aaa1
nit: update qwen25 and move the resolve_kv_seq to modeling utils
vbaddi 7e675d9
nit: move imports for resolve_kv_seq_len modeling_utils to _utils
vbaddi 09445ae
nit: rebase to mainline and fix tests, disable gptoss w/subfunction
vbaddi 0a37e98
test(subfunctions): validate decoder-block subfunction count and remo…
vbaddi eac98d0
Added few changes
abhishek-singh591 323f40d
Added few changes
abhishek-singh591 02cdf56
simplified qwen2 modeling file
abhishek-singh591 5269c30
simplified gemma2,granitemoe,qwen2.5 modeling file
abhishek-singh591 e56015c
simplified gemma2,granitemoe,qwen2.5 modeling file
abhishek-singh591 22351f7
Modified llama shiftkv modeling file
abhishek-singh591 2cfd44e
lint
abhishek-singh591 8cfa10a
Fix for quantizer error
qcdipankar 27e069e
Changed past_key_value to past_key_values
abhishek-singh591 7029ad3
Merge branch 'main' into feat/rebase_transformers_unify_subfunctions
qcdipankar 678b671
Fix for granite and skipped whisper test from CI
abhishek-singh591 283cf88
Update conftest.py
abhishek-singh591 447b5d2
Merge branch 'main' into feat/rebase_transformers_unify_subfunctions
qcdipankar bc149b6
Merge branch 'quic:main' into feat/rebase_transformers_unify_subfunct…
qcdipankar 35817ce
Fix for whisper and adding modelling auto changes for fp8 qauntizers
qcdipankar ea4162b
fix fp8 llama model loading
mamtsing 9b032ef
Fix for diaggregate serving
qcdipankar 500fc83
Updated T5 modeling, randomness issue in diffuser tests
tv-karthikeya 2f5d920
Skip qaic feature test for sampler to pass CI
qcdipankar f17adf1
EOS Added
qcdipankar e43e31e
Merge branch 'main' into feat/rebase_transformers_unify_subfunctions
qcdipankar 5d86d39
Merge branch 'main' into feat/rebase_transformers_unify_subfunctions
qcdipankar 53f5512
Merge branch 'main' into feat/rebase_transformers_unify_subfunctions
abhishek-singh591 11cb7bd
Update Jenkinsfile
abhishek-singh591 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to check version explicitly than try-except