Skip to content

Commit

Permalink
Expose ET tokenizer to clients (#6335)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
piyengar authored and facebook-github-bot committed Oct 18, 2024
1 parent ced983a commit 0eeea82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/llm/tokenizer/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def define_common_targets():
"//executorch/extension/llm/export/...",
"//bento/...",
"//bento_kernels/...",
"@EXECUTORCH_CLIENTS",
],
_is_external_target = True,
deps = [
Expand Down

0 comments on commit 0eeea82

Please sign in to comment.