Skip to content

Commit 4dd719d

Browse files
committed
Update on "Introduce hydra framework with backwards compatibility"
Differential Revision: [D75263989](https://our.internmc.facebook.com/intern/diff/D75263989) [ghstack-poisoned]
2 parents 1c75e94 + 73ddac6 commit 4dd719d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

examples/models/llama/config/targets.bzl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,19 @@ def define_common_targets():
1313
"@EXECUTORCH_CLIENTS",
1414
],
1515
)
16+
17+
runtime.python_library(
18+
name = "llm_config_utils",
19+
srcs = [
20+
"llm_config_utils.py",
21+
],
22+
_is_external_target = True,
23+
base_module = "executorch.examples.models.llama.config",
24+
visibility = [
25+
"//executorch/...",
26+
"@EXECUTORCH_CLIENTS",
27+
],
28+
deps = [
29+
":llm_config",
30+
],
31+
)

0 commit comments

Comments
 (0)