We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e3f99 commit 45846c8Copy full SHA for 45846c8
examples/qualcomm/oss_scripts/llama/targets.bzl
@@ -32,7 +32,9 @@ def define_common_targets():
32
"//executorch/examples/models/llama/tokenizer:tiktoken",
33
"//executorch/extension/evalue_util:print_evalue",
34
"//executorch/backends/qualcomm/runtime:runtime",
35
+ "//executorch/extension/llm/runner:runner_lib",
36
"//pytorch/tokenizers:llama2c_tokenizer",
37
+ "//pytorch/tokenizers:hf_tokenizer",
38
"//pytorch/tokenizers:regex_lookahead",
39
"//pytorch/tokenizers:tiktoken",
40
],
0 commit comments