File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
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 = "1bc357f72d6582351cfb3eb6a340aa496539277b2177a641dd203b40ac54fc27 " ,
15
- git_commit = "f5ce1c00d4397875ff3d706881bd46430f4a9667 " ,
14
+ sha256 = "c4da79385dfbfb30c1aaf73fae236bc6e208c3171851dfbe0e1facf7ca127a6a " ,
15
+ git_commit = "87989f69597d6b2d60de8f112e1e3cea23be7298 " ,
16
16
)
17
17
18
18
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ pkg_deb(
464
464
homepage = "https://github.com/tensorflow/serving" ,
465
465
maintainer = "TensorFlow Serving team" ,
466
466
package = "tensorflow-model-server" ,
467
- version = "1.14.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
467
+ version = "1.14.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
468
468
)
469
469
470
470
# Build with '-c opt'
@@ -475,5 +475,5 @@ pkg_deb(
475
475
homepage = "https://github.com/tensorflow/serving" ,
476
476
maintainer = "TensorFlow Serving team" ,
477
477
package = "tensorflow-model-server-universal" ,
478
- version = "1.14.0-rc0 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
478
+ version = "1.14.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
479
479
)
Original file line number Diff line number Diff line change 31
31
DOCLINES = __doc__ .split ('\n ' )
32
32
33
33
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34
- _VERSION = '1.14.0-rc0 '
34
+ _VERSION = '1.14.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '~=1.14.0-rc0 '
36
+ _TF_VERSION = '~=1.14.0'
37
37
_TF_VERSION_SANITIZED = _TF_VERSION .replace ('-' , '' )
38
38
39
39
project_name = 'tensorflow-serving-api'
You can’t perform that action at this time.
0 commit comments