You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" --model_name=<MODEL> Model file .py/.pth/.pt, builtin model or a model from examples/models. Passed to aot_arm_compiler"
42
44
echo" --model_input=<INPUT> Provide model input .pt file to override the input in the model file. Passed to aot_arm_compiler"
43
45
echo" NOTE: Inference in FVP is done with a dummy input full of ones. Use bundleio flag to run the model in FVP with the custom input or the input from the model file."
44
-
echo" --aot_arm_compiler_flags=<FLAGS> Only used if --model_name is used Default: ${aot_arm_compiler_flags}"
46
+
echo" --aot_arm_compiler_flags=<FLAGS> Extra flags to pass to aot compiler"
47
+
echo" --no_delegate Do not delegate the model (can't override builtin models)"
48
+
echo" --no_quantize Do not quantize the model (can't override builtin models)"
45
49
echo" --portable_kernels=<OPS> Comma separated list of portable (non delagated) kernels to include Default: ${portable_kernels}"
46
50
echo" --target=<TARGET> Target to build and run for Default: ${target}"
0 commit comments