File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
11
11
12
12
tensorflow_http_archive (
13
13
name = "org_tensorflow" ,
14
- sha256 = "80bea88b09274b8e8feead6fd0c5f96efcb2ccdad2cabd82fba6d7e220366b80 " ,
15
- git_commit = "e4c4b20805064c67ea624cdedf3f295ea1ee800d " ,
14
+ sha256 = "025b47263af34475dc75da40c76a87934a70f69611e9b0b88445d65730f0fc73 " ,
15
+ git_commit = "c19e29306ce1777456b2dbb3a14f511edf7883a8 " ,
16
16
)
17
17
18
18
# TensorFlow depends on "io_bazel_rules_closure" so we need this here.
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ pkg_deb(
430
430
homepage = "https://github.com/tensorflow/serving" ,
431
431
maintainer = "TensorFlow Serving team" ,
432
432
package = "tensorflow-model-server" ,
433
- version = "1.11.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
433
+ version = "1.11.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
434
434
)
435
435
436
436
# Build with '-c opt'
@@ -441,5 +441,5 @@ pkg_deb(
441
441
homepage = "https://github.com/tensorflow/serving" ,
442
442
maintainer = "TensorFlow Serving team" ,
443
443
package = "tensorflow-model-server-universal" ,
444
- version = "1.11.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
444
+ version = "1.11.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
445
445
)
Original file line number Diff line number Diff line change 29
29
DOCLINES = __doc__ .split ('\n ' )
30
30
31
31
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
32
- _VERSION = '1.11.0-rc1 '
32
+ _VERSION = '1.11.0'
33
33
34
34
REQUIRED_PACKAGES = [
35
35
'tensorflow>=1.2.0,<2' ,
You can’t perform that action at this time.
0 commit comments