mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 13:57:54 -05:00
re-enable constant folding (#1739)
Tested and works well. (modulo unrelated driver issue)
This commit is contained in:
@@ -521,7 +521,7 @@ p.add_argument(
|
||||
|
||||
p.add_argument(
|
||||
"--iree_constant_folding",
|
||||
default=False,
|
||||
default=True,
|
||||
action=argparse.BooleanOptionalAction,
|
||||
help="Controls constant folding in iree-compile for all SD models.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user