Skip to content

Commit 241b873

Browse files
dpalmasanfacebook-github-bot
authored andcommitted
Fix import error on OSS
Summary: Fixes the module import error on `import executorch.examples.llm_pte_finetuning` Differential Revision: D71001041
1 parent c5e457a commit 241b873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ flatc = "executorch.data.bin:flatc"
9393
# into core pip packages. Refactor out the necessary utils
9494
# or core models files into a separate package.
9595
"executorch.examples.apple.coreml.llama" = "examples/apple/coreml/llama"
96+
"executorch.examples.llm_pte_finetuning" = "examples/llm_pte_finetuning"
9697
"executorch.examples.models" = "examples/models"
9798
"executorch.exir" = "exir"
9899
"executorch.extension" = "extension"

0 commit comments

Comments
 (0)