Skip to content

Commit 1a7320b

Browse files
committed
Update base for Update on "[Test] Hack to enable optimizer/rewriter integration into dynamo_export"
- To test in torchbench. - Somehow lintrunner changed unrelated files in this commit. [ghstack-poisoned]
1 parent 376640d commit 1a7320b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lintrunner.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ exclude_patterns = [
6161
'onnxscript/_legacy_ir/protobuilder.py', # FIXME
6262
'onnxscript/rewriter/onnxruntime/transformers/layernorm.py', # FIXME
6363
'onnxscript/ir/serde.py', # FIXME
64-
'onnxrewriter/rewriter/generic_pattern_test.py', # FIXME
65-
'onnxrewriter/rewriter/generic_pattern.py', # FIXME
64+
'onnxscript/rewriter/generic_pattern_test.py', # FIXME
65+
'onnxscript/rewriter/generic_pattern.py', # FIXME
6666
]
6767
command = [
6868
'python',

0 commit comments

Comments
 (0)