Skip to content

Commit 99da9fe

Browse files
authored
[Release] Update tfserving release version to 1.15.0+deeprec2306. (#24)
Signed-off-by: candy.dc <candy.dc@alibaba-inc.com>
1 parent d7c3f5b commit 99da9fe

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

WORKSPACE

+2-3
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 = "2d82da9f21ab9cae2af2dac5afbc6ccb3377295864dda6e6ff1cd3fd6d2d40d2",
15-
git_commit = "8b90640c5a74f32e81a11ab8051414744d2807fc",
14+
sha256 = "d9bdcd3e21ed9de600e224a1bb2ddd47beba64e944a1015ad7c0e3d9e6b8b461",
15+
git_commit = "8b02c47ab1c12e4924a486ececf5681312416e14",
1616
)
1717

1818
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
@@ -25,7 +25,6 @@ http_archive(
2525
sha256 = "ddce3b3a3909f99b28b25071c40b7fec7e2e1d1d1a4b2e933f3082aa99517105",
2626
strip_prefix = "rules_closure-316e6133888bfc39fb860a4f1a31cfcbae485aef",
2727
urls = [
28-
"https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/316e6133888bfc39fb860a4f1a31cfcbae485aef.tar.gz",
2928
"https://github.com/bazelbuild/rules_closure/archive/316e6133888bfc39fb860a4f1a31cfcbae485aef.tar.gz", # 2019-03-21
3029
],
3130
)

tensorflow_serving/repo.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def _tensorflow_http_archive(ctx):
2525

2626
strip_prefix = "DeepRec-%s" % git_commit
2727
urls = [
28-
"https://mirror.bazel.build/github.com/alibaba/deeprec/archive/%s.tar.gz" % git_commit,
29-
"https://github.com/alibaba/deeprec/archive/%s.tar.gz" % git_commit,
28+
"https://mirror.bazel.build/github.com/DeepRec-AI/DeepRec/archive/%s.tar.gz" % git_commit,
29+
"https://github.com/DeepRec-AI/DeepRec/archive/%s.tar.gz" % git_commit,
3030
]
3131
ctx.download_and_extract(
3232
urls,

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+deeprec2304'
34+
_VERSION = '1.15.0+deeprec2306'
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)