Skip to content

Commit 54c5b39

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Enale buck testing in ET for llm runner (#128)
Summary: I want to run these tests in ET OSS buck test: ``` buck2 build //extension/llm/runner:text_decoder_runner buck2 build //extension/llm/runner:multimodal_runner_lib ``` However, tokenizer has a missing TARGETS file. It has targets.bzl but not TARGETS Reviewed By: GregoryComer Differential Revision: D83076906 Pulled By: mergennachin
1 parent 348c748 commit 54c5b39

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

TARGETS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
load(":targets.bzl", "define_common_targets")
2+
3+
oncall("executorch")
4+
5+
define_common_targets()

third-party/TARGETS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
load(":targets.bzl", "define_common_targets")
2+
3+
oncall("executorch")
4+
5+
define_common_targets()

0 commit comments

Comments
 (0)