Skip to content

Commit 9c44bdd

Browse files
committed
Add new export LLM config
Pull Request resolved: #11028 @imported-using-ghimport Differential Revision: [D75263991](https://our.internmc.facebook.com/intern/diff/D75263991/) ghstack-source-id: 288636930
1 parent aa67f08 commit 9c44bdd

File tree

5 files changed

+625
-1
lines changed

5 files changed

+625
-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)