Skip to content

Commit 1c533e5

Browse files
committed
Fix example_inputs
1 parent 492dccb commit 1c533e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xnnpack/aot_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@
145145

146146
m = _load_for_executorch_from_buffer(exec_prog.buffer)
147147
logging.info("Successfully loaded the model")
148-
res = m.run_method("forward", example_inputs)
148+
res = m.run_method("forward", *example_inputs)
149149
logging.info("Successfully ran the model")

0 commit comments

Comments
 (0)