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 a536432 commit 4d29fdaCopy full SHA for 4d29fda
examples/models/llama/runner/targets.bzl
@@ -49,7 +49,7 @@ def define_common_targets():
49
"//executorch/runtime/core/exec_aten/util:tensor_util" + aten_suffix,
50
"//executorch/examples/models/llama/tokenizer:tiktoken",
51
"//executorch/extension/llm/tokenizer:bpe_tokenizer",
52
- "//executorch/extension/llm/tokenizer:hf_tokenizer",
+ "//executorch/extension/llm/tokenizer:hf_tokenizer",
53
] + (_get_operator_lib(aten)) + ([
54
# Vulkan API currently cannot build on some platforms (e.g. Apple, FBCODE)
55
# Therefore enable it explicitly for now to avoid failing tests
0 commit comments