diff --git a/examples/qualcomm/oss_scripts/llama/targets.bzl b/examples/qualcomm/oss_scripts/llama/targets.bzl index 81e9f394565..b70c8fd2f33 100644 --- a/examples/qualcomm/oss_scripts/llama/targets.bzl +++ b/examples/qualcomm/oss_scripts/llama/targets.bzl @@ -32,7 +32,9 @@ def define_common_targets(): "//executorch/examples/models/llama/tokenizer:tiktoken", "//executorch/extension/evalue_util:print_evalue", "//executorch/backends/qualcomm/runtime:runtime", + "//executorch/extension/llm/runner:runner_lib", "//pytorch/tokenizers:llama2c_tokenizer", + "//pytorch/tokenizers:hf_tokenizer", "//pytorch/tokenizers:regex_lookahead", "//pytorch/tokenizers:tiktoken", ],