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 = "2870ffe8a318ba5b4b02a0e05567621388e69dc12e9ad335d9bc86fde3bd9afe " ,
19
- git_commit = "f082fa907cf1a8e127436f12c05dff97ba599e3a " ,
18
+ sha256 = "bc4e9bbeb0136163f283ab8b695bec747cad738963e153ce3b7e414ebffe408f " ,
19
+ git_commit = "359c3cdfc5fabac82b3c70b3b6de2b0a8c16874f " ,
20
20
)
21
21
22
22
# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ pkg_deb(
526
526
homepage = "https://github.com/tensorflow/serving" ,
527
527
maintainer = "TensorFlow Serving team" ,
528
528
package = "tensorflow-model-server" ,
529
- version = "2.10.0-rc3 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
529
+ version = "2.10.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
530
530
)
531
531
532
532
# Build with '-c opt'
@@ -537,5 +537,5 @@ pkg_deb(
537
537
homepage = "https://github.com/tensorflow/serving" ,
538
538
maintainer = "TensorFlow Serving team" ,
539
539
package = "tensorflow-model-server-universal" ,
540
- version = "2.10.0-rc3 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
540
+ version = "2.10.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
541
541
)
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.10.0-rc3 '
34
+ _VERSION = '2.10.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '>=2.10.0-rc3 ,<3'
36
+ _TF_VERSION = '>=2.10.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