Skip to content

Commit 18e9149

Browse files
Add new export LLM config (#11511)
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #11028 by @jackzhxng ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/jackzhxng/10/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/jackzhxng/10/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/jackzhxng/10/orig @diff-train-skip-merge Co-authored-by: Jack Zhang <[email protected]>
1 parent 8d7ab65 commit 18e9149

File tree

5 files changed

+635
-1
lines changed

5 files changed

+635
-1
lines changed

examples/models/llama/config/TARGETS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Any targets that should be shared between fbcode and xplat must be defined in
2+
# targets.bzl. This file can contain fbcode-only targets.
3+
4+
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
5+
load(":targets.bzl", "define_common_targets")
6+
7+
oncall("executorch")
8+
9+
define_common_targets()

0 commit comments

Comments
 (0)