Skip to content

Commit 6dd11bb

Browse files
committed
Update backend
Signed-off-by: Andrea Fasoli <andrea.fasoli@ibm.com>
1 parent 596baca commit 6dd11bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_encoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
if args.compile:
9191
dprint("Compiling model...")
9292
if args.is_aiu_backend:
93-
model.compile(backend="sendnn_decoder")
93+
model.compile(backend="sendnn")
9494
else:
9595
# compiling can make first inference pass slow
9696
model.compile(mode=args.compile_mode, backend=args.compile_backend)

0 commit comments

Comments
 (0)