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 = "49bc35a6a81acf497a59652a4c53a1ca52172257049c36a8203d2556ec13a2e8 " ,
28
- git_commit = "d5f4a3f5ddc60df66d732cdba0c3ad1e51b7a339 " ,
27
+ sha256 = "403916fbcfcbd5657cd891a871debc72433d7a8c56760297a79085e1abc8f18a " ,
28
+ git_commit = "6550e4bd80223cdb8be6c3afd1f81e86a4d433c3 " ,
29
29
)
30
30
31
31
# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ pkg_deb(
661
661
homepage = "https://github.com/tensorflow/serving" ,
662
662
maintainer = "TensorFlow Serving team" ,
663
663
package = "tensorflow-model-server" ,
664
- version = "2.18.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
664
+ version = "2.18.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
665
665
)
666
666
667
667
# Build with '-c opt'
@@ -672,5 +672,5 @@ pkg_deb(
672
672
homepage = "https://github.com/tensorflow/serving" ,
673
673
maintainer = "TensorFlow Serving team" ,
674
674
package = "tensorflow-model-server-universal" ,
675
- version = "2.18.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
675
+ version = "2.18.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
676
676
)
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.18.0-rc0 '
34
+ _VERSION = '2.18.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '>=2.18.0-rc2 ,<3'
36
+ _TF_VERSION = '>=2.18.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