Skip to content

Commit 1621280

Browse files
authored
Forward fix missing vtable for bpe tokenizer
Differential Revision: D73875806 Pull Request resolved: #64
1 parent 35d185e commit 1621280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ def define_common_targets():
8585
"src/tiktoken.cpp",
8686
],
8787
deps = [
88-
":bpe_tokenizer_base",
8988
":regex",
9089
],
9190
exported_deps = [
91+
":bpe_tokenizer_base",
9292
":headers",
9393
],
9494
exported_external_deps = [
@@ -109,10 +109,10 @@ def define_common_targets():
109109
"src/token_decoder.cpp",
110110
],
111111
deps = [
112-
":bpe_tokenizer_base",
113112
":regex",
114113
],
115114
exported_deps = [
115+
":bpe_tokenizer_base",
116116
":headers",
117117
"//pytorch/tokenizers/third-party:unicode",
118118
],

0 commit comments

Comments
 (0)