Skip to content

Commit 2ee83be

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
executorch/examples (#3880)
Summary: Pull Request resolved: #3880 Reviewed By: larryliu0820 Differential Revision: D58231369 fbshipit-source-id: f809bc2b37705d42b2df9e1622e7cbd57d53e332
1 parent 21a6fe5 commit 2ee83be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama2/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runtime.python_library(
4747

4848
runtime.python_binary(
4949
name = "export_llama",
50-
main_module = "executorch.examples.models.llama2.export_llama",
50+
main_function = "executorch.examples.models.llama2.export_llama.main",
5151
# visibility = ["//executorch/examples/..."],
5252
preload_deps = [
5353
"//executorch/examples/models/llama2/custom_ops:custom_ops_aot_lib",

0 commit comments

Comments
 (0)