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 = "9680f4b96497a8309412d20f3277bf2b532db5a8ae75239bcd3cadf6e937da38 " ,
15- git_commit = "e5e9a8f4e97e6910cac46d84966ed82de2ec21b3 " ,
14+ sha256 = "46a23940d1f1c33d45b0d8bfb534b4370ba736cef7b5ebb0af0d94198ebe900d " ,
15+ git_commit = "656e7a2b347c3c6eb76a6c130ed4b1def567b6c1 " ,
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 @@ -392,7 +392,7 @@ pkg_deb(
392392 homepage = "https://github.com/tensorflow/serving" ,
393393 maintainer = "TensorFlow Serving team" ,
394394 package = "tensorflow-model-server" ,
395- version = "1.10.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
395+ version = "1.10.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
396396)
397397
398398# Build with '-c opt'
@@ -403,5 +403,5 @@ pkg_deb(
403403 homepage = "https://github.com/tensorflow/serving" ,
404404 maintainer = "TensorFlow Serving team" ,
405405 package = "tensorflow-model-server-universal" ,
406- version = "1.10.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
406+ version = "1.10.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
407407)
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.10.0-rc1 '
32+ _VERSION = '1.10.0'
3333
3434REQUIRED_PACKAGES = [
3535 'tensorflow>=1.2.0,<2' ,
You can’t perform that action at this time.
0 commit comments