Skip to content

Commit 6e82895

Browse files
committed
Fix call
1 parent dd1f3f8 commit 6e82895

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onnxscript/optimizer/_optimizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def optimize_ir(
4040
ir.passes.PassManager(
4141
[
4242
_constant_folding.FoldConstantsPass(
43-
external_data_folder="",
4443
shape_inference=onnx_shape_inference,
4544
input_size_limit=input_size_limit,
4645
output_size_limit=output_size_limit,

0 commit comments

Comments
 (0)