File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 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 = "530dde1d7085634182b17ee5f7c3683b4d1a4531965005ed558110836df7c63d " ,
28
- git_commit = "5b6abc8a9bb1bbef914a3e830c18e30e4477f036 " ,
27
+ sha256 = "a62eba23ebfcf1d6d2d3241f1629b99df576a9f726c439a97c3acd590e71fe62 " ,
28
+ git_commit = "1cb1a030a62b169d90d34c747ab9b09f332bf905 " ,
29
29
)
30
30
31
31
# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ pkg_deb(
535
535
homepage = "https://github.com/tensorflow/serving" ,
536
536
maintainer = "TensorFlow Serving team" ,
537
537
package = "tensorflow-model-server" ,
538
- version = "2.13.0-rc2 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
538
+ version = "2.13.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
539
539
)
540
540
541
541
# Build with '-c opt'
@@ -546,5 +546,5 @@ pkg_deb(
546
546
homepage = "https://github.com/tensorflow/serving" ,
547
547
maintainer = "TensorFlow Serving team" ,
548
548
package = "tensorflow-model-server-universal" ,
549
- version = "2.13.0-rc2 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
549
+ version = "2.13.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
550
550
)
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.13.0-rc2 '
34
+ _VERSION = '2.13.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '>=2.13.0-rc2 ,<3'
36
+ _TF_VERSION = '>=2.13.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