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 21a6fe5 commit 2ee83beCopy full SHA for 2ee83be
examples/models/llama2/TARGETS
@@ -47,7 +47,7 @@ runtime.python_library(
47
48
runtime.python_binary(
49
name = "export_llama",
50
- main_module = "executorch.examples.models.llama2.export_llama",
+ main_function = "executorch.examples.models.llama2.export_llama.main",
51
# visibility = ["//executorch/examples/..."],
52
preload_deps = [
53
"//executorch/examples/models/llama2/custom_ops:custom_ops_aot_lib",
0 commit comments