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 = "d9f1180a297b8ebe632900cb623dbd2075a14babc9da6fb56aa34f28780eef94 " ,
15- git_commit = "16a965c5c9a64ef82ccfcb849dd61e6aad00d10e " ,
14+ sha256 = "696c4906d6536ed8d9f8f13c4927d3ccf36dcf3e13bb352ab80cba6b1b9038d4 " ,
15+ git_commit = "25c197e02393bd44f50079945409009dd4d434f8 " ,
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 @@ -368,7 +368,7 @@ pkg_deb(
368368 homepage = "https://github.com/tensorflow/serving" ,
369369 maintainer = "TensorFlow Serving team" ,
370370 package = "tensorflow-model-server" ,
371- version = "1.9.0-rc2 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
371+ version = "1.9.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
372372)
373373
374374# Build with '-c opt'
@@ -379,5 +379,5 @@ pkg_deb(
379379 homepage = "https://github.com/tensorflow/serving" ,
380380 maintainer = "TensorFlow Serving team" ,
381381 package = "tensorflow-model-server-universal" ,
382- version = "1.9.0-rc2 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
382+ version = "1.9.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
383383)
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.9.0-rc2 '
32+ _VERSION = '1.9.0'
3333
3434REQUIRED_PACKAGES = [
3535 'tensorflow>=1.2.0,<2' ,
You can’t perform that action at this time.
0 commit comments