Skip to content

Commit 4d29fda

Browse files
committed
Remove tabs from bazel
1 parent a536432 commit 4d29fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/runner/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def define_common_targets():
4949
"//executorch/runtime/core/exec_aten/util:tensor_util" + aten_suffix,
5050
"//executorch/examples/models/llama/tokenizer:tiktoken",
5151
"//executorch/extension/llm/tokenizer:bpe_tokenizer",
52-
"//executorch/extension/llm/tokenizer:hf_tokenizer",
52+
"//executorch/extension/llm/tokenizer:hf_tokenizer",
5353
] + (_get_operator_lib(aten)) + ([
5454
# Vulkan API currently cannot build on some platforms (e.g. Apple, FBCODE)
5555
# Therefore enable it explicitly for now to avoid failing tests

0 commit comments

Comments
 (0)