File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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")
1111
1212tensorflow_http_archive (
1313 name = "org_tensorflow" ,
14- sha256 = "80bea88b09274b8e8feead6fd0c5f96efcb2ccdad2cabd82fba6d7e220366b80 " ,
15- git_commit = "e4c4b20805064c67ea624cdedf3f295ea1ee800d " ,
14+ sha256 = "025b47263af34475dc75da40c76a87934a70f69611e9b0b88445d65730f0fc73 " ,
15+ git_commit = "c19e29306ce1777456b2dbb3a14f511edf7883a8 " ,
1616)
1717
1818# 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(
430430 homepage = "https://github.com/tensorflow/serving" ,
431431 maintainer = "TensorFlow Serving team" ,
432432 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).
434434)
435435
436436# Build with '-c opt'
@@ -441,5 +441,5 @@ pkg_deb(
441441 homepage = "https://github.com/tensorflow/serving" ,
442442 maintainer = "TensorFlow Serving team" ,
443443 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).
445445)
Original file line number Diff line number Diff line change 2929DOCLINES = __doc__ .split ('\n ' )
3030
3131# 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'
3333
3434REQUIRED_PACKAGES = [
3535 'tensorflow>=1.2.0,<2' ,
You can’t perform that action at this time.
0 commit comments