Skip to content

Commit

Permalink
Fix example targets build for langauge_llama_vocab.bin
Browse files Browse the repository at this point in the history
Summary:
As titled.

This is caused by a visibility issue

Reviewed By: lucylq

Differential Revision: D53686179

fbshipit-source-id: 19ed98a57b546dc8a01cabdc27771fb9a9031365
  • Loading branch information
larryliu0820 authored and facebook-github-bot committed Feb 13, 2024
1 parent 3b623f9 commit 7e84e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/models/llama2/tokenizer/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ def define_common_targets():
main_module = "executorch.examples.models.llama2.tokenizer.tokenizer",
visibility = [
"//executorch/examples/...",
"fbsource//xplat/executorch/examples/...",
],
_is_external_target = True,
deps = [
":tokenizer_py_lib",
],
Expand Down

0 comments on commit 7e84e50

Please sign in to comment.