File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ local_repository(
24
24
load ("//tensorflow_serving:repo.bzl" , "tensorflow_http_archive" )
25
25
tensorflow_http_archive (
26
26
name = "org_tensorflow" ,
27
- sha256 = "7336e35118cda8bc36c7e0b38d7557c8949ba69e0c607f0c076538f4bdb99d15 " ,
28
- git_commit = "428fffef154ddf600752fdd420cf8ee040cf6646 " ,
27
+ sha256 = "49279646fe4effe3bdc8f5227724566991adc70cf2fd2d22e5591c397db9b037 " ,
28
+ git_commit = "e36baa302922ea3c7131b302c2996bd2051ee5c4 " ,
29
29
patch = "//third_party/tensorflow:tensorflow.patch" ,
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ pkg_deb(
662
662
homepage = "https://github.com/tensorflow/serving" ,
663
663
maintainer = "TensorFlow Serving team" ,
664
664
package = "tensorflow-model-server" ,
665
- version = "2.19.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
665
+ version = "2.19.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
666
666
)
667
667
668
668
# Build with '-c opt'
@@ -673,5 +673,5 @@ pkg_deb(
673
673
homepage = "https://github.com/tensorflow/serving" ,
674
674
maintainer = "TensorFlow Serving team" ,
675
675
package = "tensorflow-model-server-universal" ,
676
- version = "2.19.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
676
+ version = "2.19.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
677
677
)
Original file line number Diff line number Diff line change 31
31
DOCLINES = __doc__ .split ('\n ' )
32
32
33
33
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34
- _VERSION = '2.19.0-rc0 '
34
+ _VERSION = '2.19.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '>=2.19.0-rc0 ,<3'
36
+ _TF_VERSION = '>=2.19.0,<3'
37
37
_TF_VERSION_SANITIZED = _TF_VERSION .replace ('-' , '' )
38
38
39
39
project_name = 'tensorflow-serving-api'
You can’t perform that action at this time.
0 commit comments