Skip to content

Commit

Permalink
Add bpe tokenizer deps to buck target
Browse files Browse the repository at this point in the history
Differential Revision: D67406108

Pull Request resolved: #7369
  • Loading branch information
cccclai authored Dec 18, 2024
1 parent 884d16d commit b0bf9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/qualcomm/oss_scripts/llama3_2/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def define_common_targets():
"//executorch/extension/module:module",
"//executorch/extension/llm/sampler:sampler",
"//executorch/examples/models/llama/tokenizer:tiktoken",
"//executorch/extension/llm/tokenizer:bpe_tokenizer",
"//executorch/extension/evalue_util:print_evalue",
"//executorch/backends/qualcomm/runtime:runtime",
],
Expand Down

0 comments on commit b0bf9aa

Please sign in to comment.