Skip to content

Commit 492dccb

Browse files
committed
Fix argument
1 parent 1476462 commit 492dccb

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
@@ -129,7 +129,7 @@
129129
model_name = f"{args.model_name}_xnnpack_{quant_tag}"
130130
save_pte_program(exec_prog, model_name, args.output_dir)
131131

132-
if args.test_pybind:
132+
if args.test_with_pybindings:
133133
logging.info("Testing the pte with pybind")
134134
from executorch.extension.pybindings.portable_lib import (
135135
_load_for_executorch_from_buffer,

0 commit comments

Comments
 (0)