Rename build files from TARGETS to BUCK (group ID: -6897691348478859303)#19423
Rename build files from TARGETS to BUCK (group ID: -6897691348478859303)#19423bigfootjon wants to merge 1 commit intomainfrom
Conversation
Reviewed By: bigfootjon Differential Revision: D104414894
This PR needs a
|
|
@bigfootjon has exported this pull request. If you are a Meta employee, you can view the originating Diff in D104414894. |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19423
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 2 Pending, 1 Unclassified FailureAs of commit a1b16fc with merge base 9889c7c ( UNCLASSIFIED FAILURE - DrCI could not classify the following job because the workflow did not run on the merge base. The failure may be pre-existing on trunk or introduced by this PR:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Pull request overview
Adds a Buck build definition for the examples/models/gemma Python components as part of the ongoing migration/rename from TARGETS to BUCK build files.
Changes:
- Introduces
examples/models/gemma/BUCKdefining aruntime.python_librarytarget for the Gemma example (sources + config resource + deps).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,24 @@ | |||
| load("@fbcode_macros//build_defs:build_file_migration.bzl", "fbcode_target", "non_fbcode_target") | |||
Reviewed By: bigfootjon
Differential Revision: D104414894