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 ae8a253 commit 514a4bfCopy full SHA for 514a4bf
export.py
@@ -95,13 +95,13 @@ def main(args):
95
output_pte_path = str(os.path.abspath(output_pte_path))
96
print(f">{output_pte_path}<")
97
if executorch_export_available:
98
- print(f"Exporting model using Executorch to {output_pte_path}")
+ print(f"Exporting model using ExecuTorch to {output_pte_path}")
99
export_model_et(
100
model_to_pte, builder_args.device, args.output_pte_path, args
101
)
102
else:
103
print(
104
- "Export with executorch requested but Executorch could not be loaded"
+ "Export with executorch requested but ExecuTorch could not be loaded"
105
106
print(executorch_exception)
107
if output_dso_path:
0 commit comments