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 @@ -15,8 +15,8 @@ workspace(name = "tf_serving")
15
15
load ("//tensorflow_serving:repo.bzl" , "tensorflow_http_archive" )
16
16
tensorflow_http_archive (
17
17
name = "org_tensorflow" ,
18
- sha256 = "b3cbbea3fcb1c61e1da22b2be48915b27aebe35bbdc5af25d49d42a6b3178331 " ,
19
- git_commit = "244b9d77fd42003042968a22d0cda6bea0c01435 " ,
18
+ sha256 = "21d919ad6d96fcc0477c8d4f7b1f7e4295aaec2986e035551ed263c2b1cd52ee " ,
19
+ git_commit = "3f878cff5b698b82eea85db2b60d65a2e320850e " ,
20
20
)
21
21
22
22
# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ pkg_deb(
490
490
homepage = "https://github.com/tensorflow/serving" ,
491
491
maintainer = "TensorFlow Serving team" ,
492
492
package = "tensorflow-model-server" ,
493
- version = "2.8.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
493
+ version = "2.8.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
494
494
)
495
495
496
496
# Build with '-c opt'
@@ -501,5 +501,5 @@ pkg_deb(
501
501
homepage = "https://github.com/tensorflow/serving" ,
502
502
maintainer = "TensorFlow Serving team" ,
503
503
package = "tensorflow-model-server-universal" ,
504
- version = "2.8.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
504
+ version = "2.8.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
505
505
)
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.8.0-rc1 '
34
+ _VERSION = '2.8.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '>=2.8.0-rc1 ,<3'
36
+ _TF_VERSION = '>=2.8.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