-
Notifications
You must be signed in to change notification settings - Fork 519
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
build: manually update PyTorch version #3727
Conversation
42bacec
to
8c108f1
Compare
@aartbik Many tests related to sparsity are failing while doing the PyTorch bump. What should I do? This bump has been pending for almost 2 weeks because of this. Edit: CC: @stellaraccident |
Disable and land: those features are not stable yet and the folks working on it know that they are on the hook to keep it working on a best effort basis. |
Did the shape expr test get fixed? |
Yeah, that's fixed. |
3465b59
to
3023c0f
Compare
bcfb35c
to
98961e1
Compare
I know a lot of tests have been added to the xfail_set but I have created a tracker issue here: #3796 for the same. I will work on those fixes, some of them are quick to fix which I will do probably in next few days, rest which might take longer can be kept for lower priority, if not needed urgently. |
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.
Thanks. Left some comments. I can triage today and land.
Set PyTorch and TorchVision version to nightly release 2024-10-06 Signed-Off By: Vivek Khandelwal <[email protected]>
…ot maintained on day-to-day basis and blocks the roll PyTorch update for now.
9652494
to
3319f4d
Compare
Hi @stellaraccident, can you please re-review now? I'm not sure if I have done the changes as you expect but I think that's the best effort from my side to get them working for both nightly and stable torch. Please let me know if I need to make any further changes. |
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.
Thanks. Couple of requests for comment in the review.
Seeing this late due to my career change. But I am back ;-) |
Set PyTorch and TorchVision version to nightly release 2024-10-15.
Tracker issue for the failing tests added to xfail_set in this PR. Issue: #3796
Signed-Off By: Vivek Khandelwal [email protected]