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 = "11bcaa7c923cbfd13746719f7147b43f6d09c6fb15628e7809600c111dddb1b8 " ,
15- git_commit = "1e438195399650604fb3aa3a53c67339f1167882 " ,
14+ sha256 = "80bea88b09274b8e8feead6fd0c5f96efcb2ccdad2cabd82fba6d7e220366b80 " ,
15+ git_commit = "e4c4b20805064c67ea624cdedf3f295ea1ee800d " ,
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 @@ -431,7 +431,7 @@ pkg_deb(
431431 homepage = "https://github.com/tensorflow/serving" ,
432432 maintainer = "TensorFlow Serving team" ,
433433 package = "tensorflow-model-server" ,
434- version = "1.11.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
434+ version = "1.11.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
435435)
436436
437437# Build with '-c opt'
@@ -442,5 +442,5 @@ pkg_deb(
442442 homepage = "https://github.com/tensorflow/serving" ,
443443 maintainer = "TensorFlow Serving team" ,
444444 package = "tensorflow-model-server-universal" ,
445- version = "1.11.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
445+ version = "1.11.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
446446)
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-rc0 '
32+ _VERSION = '1.11.0-rc1 '
3333
3434REQUIRED_PACKAGES = [
3535 'tensorflow>=1.2.0,<2' ,
You can’t perform that action at this time.
0 commit comments