File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ def tf_serving_workspace():
77
77
# https://github.com/tensorflow/text/blob/master/oss_scripts/model_server/save_models.py
78
78
http_archive (
79
79
name = "org_tensorflow_text" ,
80
- sha256 = "83e4ed74661b5ec6a956f45edf515b26e5ac7b357ee1382146117dfa47729b61 " ,
81
- strip_prefix = "text-2.1.1 " ,
80
+ sha256 = "f64647276f7288d1b1fe4c89581d51404d0ce4ae97f2bcc4c19bd667549adca8 " ,
81
+ strip_prefix = "text-2.2.0 " ,
82
82
urls = [
83
- "https://github.com/tensorflow/text/archive/v2.1.1 .zip" ,
83
+ "https://github.com/tensorflow/text/archive/v2.2.0 .zip" ,
84
84
],
85
85
patches = ["@//third_party/tf_text:tftext.patch" ],
86
86
patch_args = ["-p1" ],
Original file line number Diff line number Diff line change 1
1
diff --git a/tensorflow_text/core/kernels/BUILD b/tensorflow_text/core/kernels/BUILD
2
- index d03ec5f..6e8cd87 100644
2
+ index bdca365..5f5cdf6 100644
3
3
--- a/tensorflow_text/core/kernels/BUILD
4
4
+++ b/tensorflow_text/core/kernels/BUILD
5
5
@@ -16,8 +16,7 @@ OSS_DEPS = [
@@ -11,7 +11,7 @@ index d03ec5f..6e8cd87 100644
11
11
+ "@org_tensorflow//tensorflow/core:tensorflow_opensource",
12
12
]
13
13
14
- tf_kernel_library (
14
+ cc_library (
15
15
diff --git a/tensorflow_text/tftext.bzl b/tensorflow_text/tftext.bzl
16
16
index aa5e275..5eaff73 100644
17
17
--- a/tensorflow_text/tftext.bzl
You can’t perform that action at this time.
0 commit comments