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.
1 parent 596baca commit 6dd11bbCopy full SHA for 6dd11bb
scripts/run_encoders.py
@@ -90,7 +90,7 @@
90
if args.compile:
91
dprint("Compiling model...")
92
if args.is_aiu_backend:
93
- model.compile(backend="sendnn_decoder")
+ model.compile(backend="sendnn")
94
else:
95
# compiling can make first inference pass slow
96
model.compile(mode=args.compile_mode, backend=args.compile_backend)
0 commit comments