Skip to content

Commit 0eeea82

Browse files
piyengarfacebook-github-bot
authored andcommitted
Expose ET tokenizer to clients (#6335)
Summary: Pull Request resolved: #6335 Allow clients to access the buck target for including the tokenizer in code. Reviewed By: tarun292 Differential Revision: D64559757 fbshipit-source-id: b235da3b59677bdbcfead1b8ce9686e6ba25c146
1 parent ced983a commit 0eeea82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/llm/tokenizer/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def define_common_targets():
2020
"//executorch/extension/llm/export/...",
2121
"//bento/...",
2222
"//bento_kernels/...",
23+
"@EXECUTORCH_CLIENTS",
2324
],
2425
_is_external_target = True,
2526
deps = [

0 commit comments

Comments
 (0)