We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54d9cb commit 8c77dccCopy full SHA for 8c77dcc
MODULE.bazel
@@ -27,9 +27,9 @@ http_archive(
27
build_file = "@//bazel:sentencepiece.bazel",
28
patch_args = ["-p1"],
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"],
+ sha256 = "67c34082deb3d89f589d8614b1ae58aa4af250c79e18737d8103242ec62a28f9",
+ strip_prefix = "sentencepiece-0.2.0",
+ urls = ["https://github.com/google/sentencepiece/archive/refs/tags/v0.2.0.zip"],
33
)
34
35
# For sentencepiece
0 commit comments