Skip to content

Commit

Permalink
remove one change
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed Jun 24, 2024
1 parent aee77e6 commit 03c2fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxscript/optimizer/constant_folding.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

logger = logging.getLogger(__name__)

_DEFAULT_CONSTANT_FOLD_SIZE_LIMIT = 1024 * 1024 // 4
_DEFAULT_CONSTANT_FOLD_SIZE_LIMIT = 1024 * 1024

# Ops excluded from constant-propagation:
# * Random ops, which are not deterministic (checked below)
Expand Down

0 comments on commit 03c2fd1

Please sign in to comment.