Skip to content

Commit b0441f9

Browse files
committed
[Release] Update tfserving release version to 1.15.0+deeprec2304.
Signed-off-by: Tongxuan Liu <tongxuan.ltx@alibaba-inc.com>
1 parent 64006cc commit b0441f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bazelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ build:nativeopt --copt=-march=native
3939
build:nativeopt --host_copt=-march=native
4040
build:nativeopt --copt=-O3
4141

42-
build --action_env PYTHON_BIN_PATH="/home/pai/bin/python"
43-
build --define PYTHON_BIN_PATH=/home/pai/bin/python
42+
build --action_env PYTHON_BIN_PATH="/usr/bin/python"
43+
build --define PYTHON_BIN_PATH=/usr/bin/python
4444

4545
build --spawn_strategy=standalone
4646
build --genrule_strategy=standalone

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
1111

1212
tensorflow_http_archive(
1313
name = "org_tensorflow",
14-
sha256 = "52aed9dc338dd00c26899625dcc8bb1251cb77e4af27b846a3df70ba4917b205",
15-
git_commit = "23252970336e92fafda3eac683c38ba08ca35e46",
14+
sha256 = "2d82da9f21ab9cae2af2dac5afbc6ccb3377295864dda6e6ff1cd3fd6d2d40d2",
15+
git_commit = "8b90640c5a74f32e81a11ab8051414744d2807fc",
1616
)
1717

1818
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

tensorflow_serving/tools/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
DOCLINES = __doc__.split('\n')
3232

3333
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34-
_VERSION = '1.15.0+deeprec2302'
34+
_VERSION = '1.15.0+deeprec2304'
3535
# Have this by default be open; releasing a new version will lock to TF version
3636
_TF_VERSION = '~=1.15.0'
3737
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')

0 commit comments

Comments
 (0)