Skip to content

Commit e46a59a

Browse files
authored
Add new export LLM config
Differential Revision: D75263991 Pull Request resolved: #11028
1 parent dfbb585 commit e46a59a

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)