Skip to content

Commit 9395047

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Add sentencepiece tokenizer support to llm runner (#85)
Summary: Pull Request resolved: #85 Fixes pytorch/executorch#11618 Add sentencepiece tokenizer support X-link: pytorch/executorch#11645 Differential Revision: D76789606 Pulled By: larryliu0820
1 parent 4da2344 commit 9395047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def define_common_targets():
101101
"@EXECUTORCH_CLIENTS",
102102
"//pytorch/tokenizers/...",
103103
],
104-
external_deps = [
104+
exported_external_deps = [
105105
"sentencepiece",
106106
"abseil-cpp",
107107
],

0 commit comments

Comments
 (0)