-
Notifications
You must be signed in to change notification settings - Fork 737
[pytorch] Updates PyTorch to 2.7.0 #3723
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
base: master
Are you sure you want to change the base?
[pytorch] Updates PyTorch to 2.7.0 #3723
Conversation
|
@xyang16 Any idea why bumping pytorch is causing the Onnx Runtime build to fail with
? |
|
@qthequartermasterman Thanks for contributing! Could you update to pytorch 2.7.1? Looks like 2.7.1 is the latest stable release. |
@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? |
|
@xyang16 Is there any update on this? |
Description
Brief description of what this PR is about
Updates PyTorch to 2.7.0. Changes inspired by this PR: #3517.