-
Notifications
You must be signed in to change notification settings - Fork 526
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 #3094
Conversation
43cb837
to
db82ae8
Compare
@stellaraccident who's the right person to ask for looking at the LTC failures? |
You can ask on discord, but the agreement is to disable and keep moving. |
Set PyTorch and TorchVision version to nightly release 2024-04-01. This commit also disables the LTC build. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
db82ae8
to
8d78cbc
Compare
@@ -5868,6 +5868,24 @@ StringRef mlir::torch::Torch::getAbstractInterpLibrary() { | |||
" %3 = torch.prim.TupleConstruct %1, %0, %0 : !torch.list<int>, !torch.list<int>, !torch.list<int> -> !torch.tuple<list<int>, list<int>, list<int>>\n" | |||
" return %3 : !torch.tuple<list<int>, list<int>, list<int>>\n" | |||
" }\n" | |||
" func.func @__torch__.torch.jit._shape_functions._batch_norm_with_update(%arg0: !torch.list<int>, %arg1: !torch.optional<list<int>>, %arg2: !torch.optional<list<int>>, %arg3: !torch.optional<list<int>>, %arg4: !torch.optional<list<int>>) -> !torch.tuple<list<int>, list<int>, list<int>, list<int>> {\n" |
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.
I think that you forget to adding shape function of _batch_norm_with_update
in abstract_interp_lib_gen.py
? @vivekkhandelwal1
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.
But why the ci passed?
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.
I think that you forget to adding shape function of
_batch_norm_with_update
inabstract_interp_lib_gen.py
? @vivekkhandelwal1
No, this change comes from the upstream addition of this shape function.
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.
But why the ci passed?
The same reason as above + we disabled the LTC build.
These changes allow to bump torch-nightly to a version that still exists.
These changes allow to bump torch-nightly to a version that still exists.
These changes allow to bump torch-nightly to a version that still exists.
Set PyTorch and TorchVision version to nightly release 2024-04-01. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
Set PyTorch and TorchVision version to nightly release 2024-04-01. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
Set PyTorch and TorchVision version to nightly release 2024-04-01. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
Set PyTorch and TorchVision version to nightly release 2024-04-01. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
Set PyTorch and TorchVision version to nightly release 2024-04-01. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
Set PyTorch and TorchVision version to nightly release 2024-04-01. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
Set PyTorch and TorchVision version to nightly release 2024-04-01.
Signed-Off By: Vivek Khandelwal vivekkhandelwal1424@gmail.com