-
Notifications
You must be signed in to change notification settings - Fork 536
Add buck rules in coreml llama transformer #9017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9017
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 5 PendingAs of commit 2b52cd8 with merge base 6d24d4b ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
87fbe62
to
d3da1f3
Compare
This pull request was exported from Phabricator. Differential Revision: D70415647 |
This pull request was exported from Phabricator. Differential Revision: D70415647 |
d3da1f3
to
d5ecd57
Compare
@pytorchbot label "topic: not user facing" |
This pull request was exported from Phabricator. Differential Revision: D70415647 |
Summary: Pull Request resolved: pytorch#9017 Add buck rules in coreml llama transformer for importing the modules to internal repo. Differential Revision: D70415647
d5ecd57
to
0d37c3d
Compare
Summary: Add buck rules in coreml llama transformer for importing the modules to internal repo. Differential Revision: D70415647
0d37c3d
to
a2ac2cc
Compare
This pull request was exported from Phabricator. Differential Revision: D70415647 |
Summary: Add buck rules in coreml llama transformer for importing the modules to internal repo. Differential Revision: D70415647
a2ac2cc
to
e3441b0
Compare
This pull request was exported from Phabricator. Differential Revision: D70415647 |
"llama_transformer.py", | ||
], | ||
_is_external_target = True, | ||
base_module = "executorch.examples.apple.coreml.llama", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are adding buck rules so the internal repo can import coreml llama modules from oss. Will replace the internal kv_io_sliding_llama definition.
pyproject.toml
Outdated
@@ -92,6 +92,7 @@ flatc = "executorch.data.bin:flatc" | |||
# TODO(mnachin T180504136): Do not put examples/models | |||
# into core pip packages. Refactor out the necessary utils | |||
# or core models files into a separate package. | |||
"executorch.examples.apple" = "examples/apple" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this more specific to examples/apple/coreml/llama?
@YIWENX14 lint check is failing. Can you run the OSS linter? From executorch folder
(If lintrunner is not already installed, it can be installed with |
Summary: Add buck rules in coreml llama transformer for importing the modules to internal repo. Reviewed By: billmguo Differential Revision: D70415647
e3441b0
to
6b34d20
Compare
This pull request was exported from Phabricator. Differential Revision: D70415647 |
Fix lint issues and update module to subfolder |
Summary: Add buck rules in coreml llama transformer for importing the modules to internal repo. Reviewed By: metascroy, billmguo Differential Revision: D70415647
2be5552
to
2b52cd8
Compare
This pull request was exported from Phabricator. Differential Revision: D70415647 |
Summary: Add buck rules in coreml llama transformer for importing the modules to internal repo.
Differential Revision: D70415647