[pytorch] Updates PyTorch to 2.7.0#3723
Open
qthequartermasterman wants to merge 3 commits intodeepjavalibrary:masterfrom
Open
[pytorch] Updates PyTorch to 2.7.0#3723qthequartermasterman wants to merge 3 commits intodeepjavalibrary:masterfrom
qthequartermasterman wants to merge 3 commits intodeepjavalibrary:masterfrom
Conversation
10 tasks
Author
Author
|
@xyang16 Any idea why bumping pytorch is causing the Onnx Runtime build to fail with
? |
xyang16
reviewed
Jul 2, 2025
Contributor
|
@qthequartermasterman Thanks for contributing! Could you update to pytorch 2.7.1? Looks like 2.7.1 is the latest stable release. |
Author
@xyang16 Happy to make this change, but I am making this change in anticipation of deepjavalibrary/djl-serving#2841. vLLM==0.9.1 requires exactly torch==2.7.0. Would it be acceptable to build both versions? Or would building 2.7.1 be fine? |
Author
|
@xyang16 Is there any update on this? |
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.
Description
Brief description of what this PR is about
Updates PyTorch to 2.7.0. Changes inspired by this PR: #3517.