File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 "commit" : " llvmorg-16.0.6"
88 },
99 "pytorch" : {
10- "version" : " 2.6.0.dev20241124 +cpu"
10+ "version" : " 2.6.0.dev20241211 +cpu"
1111 },
1212 "torchaudio" : {
13- "version" : " 2.5.0.dev20241121 +cpu"
13+ "version" : " 2.5.0.dev20241211 +cpu"
1414 },
1515 "torchvision" : {
16- "version" : " 0.20.0.dev20241121 +cpu"
16+ "version" : " 0.20.0.dev20241211 +cpu"
1717 },
1818 "torch-ccl" : {
1919 "commit" : " torch_ccl_dev_2.6" ,
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def test_optimize_linear_bn_parameters_behavior(self):
165165 any (
166166 n .kind () == "ipex::batch_norm" for n in trace_graph .nodes ()
167167 ),
168- not (linear_bn_folding ),
168+ not (linear_bn_folding or ( dim == 1 and level == "O1" ) ),
169169 )
170170
171171 def test_optimize_conv_bn_linear_bn_parameters_behavior (self ):
You can’t perform that action at this time.
0 commit comments