File tree 3 files changed +4
-4
lines changed
.ci/docker/ci_commit_pins 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 7ae0ce6360b6e4f944906502d20da24c04debee5
1
+ 59d5cf083b4f860dea76fe8936076177f9367f10
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class TestConformer(unittest.TestCase):
32
32
ops_after_partitioner = {
33
33
"executorch_exir_dialects_edge__ops_aten_max_default" : 1 ,
34
34
"executorch_exir_dialects_edge__ops_aten_where_self" : 4 ,
35
- "torch.ops.aten._assert_scalar.default" : 10 ,
35
+ "torch.ops.aten._assert_scalar.default" : 7 ,
36
36
"torch.ops.aten._local_scalar_dense.default" : 1 ,
37
37
"torch.ops.higher_order.executorch_call_delegate" : 4 ,
38
38
}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def python_is_compatible():
71
71
#
72
72
# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
73
73
# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/
74
- NIGHTLY_VERSION = "dev20250310 "
74
+ NIGHTLY_VERSION = "dev20250325 "
75
75
76
76
77
77
def install_requirements (use_pytorch_nightly ):
@@ -80,7 +80,7 @@ def install_requirements(use_pytorch_nightly):
80
80
# Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note
81
81
# that we don't need to set any version number there because they have already
82
82
# been installed on CI before this step, so pip won't reinstall them
83
- f"torch==2.7 .0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torch" ,
83
+ f"torch==2.8 .0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torch" ,
84
84
(
85
85
f"torchvision==0.22.0.{ NIGHTLY_VERSION } "
86
86
if use_pytorch_nightly
You can’t perform that action at this time.
0 commit comments