Skip to content

Commit

Permalink
Remove the sentencepiece patch in OSS
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 390007086
  • Loading branch information
thaink authored and tf-text-github-robot committed Aug 10, 2021
1 parent 9b85e7e commit de20b81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 72 deletions.
8 changes: 3 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_google_sentencepiece",
strip_prefix = "sentencepiece-1.0.0",
sha256 = "c05901f30a1d0ed64cbcf40eba08e48894e1b0e985777217b7c9036cac631346",
strip_prefix = "sentencepiece-720a72df78fde8f466dbe3a259a2ce6f1c7fc076",
sha256 = "5139b8f03a432071241e0b330f0afa1f85f5bf9f3ed9e6f3e29f9a88ffede85c",
urls = [
"https://github.com/google/sentencepiece/archive/1.0.0.zip"
"https://github.com/google/sentencepiece/archive/720a72df78fde8f466dbe3a259a2ce6f1c7fc076.zip"
],
patches = ["//third_party/sentencepiece:processor.patch"],
patch_args = ["-p1"],
)

http_archive(
Expand Down
1 change: 0 additions & 1 deletion third_party/sentencepiece/BUILD

This file was deleted.

66 changes: 0 additions & 66 deletions third_party/sentencepiece/processor.patch

This file was deleted.

0 comments on commit de20b81

Please sign in to comment.