We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 596baca + ab870c0 commit b5eaedbCopy full SHA for b5eaedb
scripts/run_encoders.py
@@ -90,7 +90,10 @@
90
if args.compile:
91
dprint("Compiling model...")
92
if args.is_aiu_backend:
93
- model.compile(backend="sendnn_decoder")
+ model.compile(
94
+ backend="sendnn",
95
+ options={'sendnn.dynamic': args.compile_dynamic_sendnn},
96
+ )
97
else:
98
# compiling can make first inference pass slow
99
model.compile(mode=args.compile_mode, backend=args.compile_backend)
0 commit comments