File tree Expand file tree Collapse file tree 4 files changed +0
-1322
lines changed
Expand file tree Collapse file tree 4 files changed +0
-1322
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,8 @@ exclude_patterns = [
5454 ' onnxscript/rewriter/ort_fusions/models/_phi2lm.py' , # onnxscript code
5555 ' onnxscript/rewriter/ort_fusions/models/_phi4lm.py' , # onnxscript code
5656 ' onnxscript/rewriter/ort_fusions/_rotary_embedding_models.py' , # onnxscript code
57- ' onnxscript/_legacy_ir/irbuilder.py' , # FIXME
5857 ' onnxscript/rewriter/onnxruntime/transformers/multihead_attention.py' , # FIXME
5958 ' onnxscript/tools/function_unittest_producer.py' , # FIXME
60- ' onnxscript/_legacy_ir/visitor.py' , # FIXME
6159 ' onnxscript/rewriter/onnxruntime/transformers/layernorm.py' , # FIXME
6260 ' onnxscript/rewriter/generic_pattern.py' , # FIXME
6361]
@@ -125,7 +123,6 @@ exclude_patterns = [
125123 ' tests/onnx_backend_test_code/**' ,
126124 ' onnxscript/optimizer/**' , # FIXME
127125 ' onnxscript/rewriter/**' , # FIXME
128- ' onnxscript/_legacy_ir/**' , # FIXME
129126]
130127command = [
131128 ' python' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments