We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567473d commit b7d15bdCopy full SHA for b7d15bd
pytorch_tokenizers/tools/llama2c/convert.py
@@ -11,7 +11,7 @@
11
12
import argparse
13
14
-from pytorch_tokenizers import Llama2cTokenizer
+from pytorch_tokenizers.llama2c import Llama2cTokenizer
15
16
17
if __name__ == "__main__":
pytorch_tokenizers/tools/llama2c/targets.bzl
@@ -24,6 +24,9 @@ def define_common_targets():
24
external_deps = [
25
"sentencepiece-py",
26
],
27
+ deps = [
28
+ "//pytorch/tokenizers/pytorch_tokenizers:tokenizers",
29
+ ],
30
)
31
32
runtime.python_binary(
0 commit comments