[llm] Bump transformers to 4.57.3 (patch release)#58980
Merged
ruisearch42 merged 2 commits intoray-project:masterfrom Nov 26, 2025
Merged
[llm] Bump transformers to 4.57.3 (patch release)#58980ruisearch42 merged 2 commits intoray-project:masterfrom
ruisearch42 merged 2 commits intoray-project:masterfrom
Conversation
eicherseiji
approved these changes
Nov 25, 2025
Contributor
eicherseiji
left a comment
There was a problem hiding this comment.
Ideally we can drop the transformers pin in the next vLLM version bump
Contributor
|
Linking anyscale#547 |
4095f29 to
a84ddfe
Compare
Patch release fixes a post-merge bug that was causing GPU batch tests to fail. - Add explicit transformers>=4.57.3 dependency to ray[llm] - Update hashes Signed-off-by: Nikhil Ghosh <[email protected]>
a84ddfe to
1899017
Compare
Signed-off-by: Nikhil Ghosh <[email protected]>
890ef9c to
b2c020b
Compare
aslonnie
approved these changes
Nov 26, 2025
SheldonTsen
pushed a commit
to SheldonTsen/ray
that referenced
this pull request
Dec 1, 2025
Patch release fixes a post-merge bug that was causing GPU batch tests to fail. - Add explicit transformers>=4.57.3 dependency to ray[llm] - Update hashes ## Related issues anyscale#547 ## Additional information > Optional: Add implementation details, API changes, usage examples, screenshots, etc. --------- Signed-off-by: Nikhil Ghosh <[email protected]>
peterxcli
pushed a commit
to peterxcli/ray
that referenced
this pull request
Feb 25, 2026
Patch release fixes a post-merge bug that was causing GPU batch tests to fail. - Add explicit transformers>=4.57.3 dependency to ray[llm] - Update hashes ## Related issues anyscale#547 ## Additional information > Optional: Add implementation details, API changes, usage examples, screenshots, etc. --------- Signed-off-by: Nikhil Ghosh <[email protected]> Signed-off-by: peterxcli <[email protected]>
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.
Patch release fixes a post-merge bug that was causing GPU batch tests to fail.
Related issues
anyscale#547
Additional information