File tree 3 files changed +125
-1689
lines changed
3 files changed +125
-1689
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ http_archive(
27
27
build_file = "@//bazel:sentencepiece.bazel" ,
28
28
patch_args = ["-p1" ],
29
29
patches = ["@//bazel:sentencepiece.patch" ],
30
- sha256 = "8409b0126ebd62b256c685d5757150cf7fcb2b92a2f2b98efb3f38fc36719754 " ,
31
- strip_prefix = "sentencepiece-0.1.96 " ,
32
- urls = ["https://github.com/google/sentencepiece/archive/refs/tags/v0.1.96 .zip" ],
30
+ sha256 = "67c34082deb3d89f589d8614b1ae58aa4af250c79e18737d8103242ec62a28f9 " ,
31
+ strip_prefix = "sentencepiece-0.2.0 " ,
32
+ urls = ["https://github.com/google/sentencepiece/archive/refs/tags/v0.2.0 .zip" ],
33
33
)
34
34
35
35
# For sentencepiece
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ cc_library(
66
66
"src/char_model.h",
67
67
"src/filesystem.h",
68
68
"src/freelist.h",
69
+ "src/init.h",
69
70
"src/model_factory.h",
70
71
"src/model_interface.h",
71
72
"src/normalizer.h",
@@ -88,6 +89,7 @@ cc_library(
88
89
":sentencepiece_model_cc_proto",
89
90
"@abseil-cpp//absl/container:flat_hash_map",
90
91
"@abseil-cpp//absl/container:flat_hash_set",
92
+ "@abseil-cpp//absl/flags:parse",
91
93
"@abseil-cpp//absl/memory",
92
94
"@abseil-cpp//absl/status",
93
95
"@abseil-cpp//absl/strings",
You can’t perform that action at this time.
0 commit comments