File tree 3 files changed +5
-6
lines changed
3 files changed +5
-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 = "2d82da9f21ab9cae2af2dac5afbc6ccb3377295864dda6e6ff1cd3fd6d2d40d2 " ,
15
- git_commit = "8b90640c5a74f32e81a11ab8051414744d2807fc " ,
14
+ sha256 = "d9bdcd3e21ed9de600e224a1bb2ddd47beba64e944a1015ad7c0e3d9e6b8b461 " ,
15
+ git_commit = "8b02c47ab1c12e4924a486ececf5681312416e14 " ,
16
16
)
17
17
18
18
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
@@ -25,7 +25,6 @@ http_archive(
25
25
sha256 = "ddce3b3a3909f99b28b25071c40b7fec7e2e1d1d1a4b2e933f3082aa99517105" ,
26
26
strip_prefix = "rules_closure-316e6133888bfc39fb860a4f1a31cfcbae485aef" ,
27
27
urls = [
28
- "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/316e6133888bfc39fb860a4f1a31cfcbae485aef.tar.gz" ,
29
28
"https://github.com/bazelbuild/rules_closure/archive/316e6133888bfc39fb860a4f1a31cfcbae485aef.tar.gz" , # 2019-03-21
30
29
],
31
30
)
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ def _tensorflow_http_archive(ctx):
25
25
26
26
strip_prefix = "DeepRec-%s" % git_commit
27
27
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 ,
30
30
]
31
31
ctx .download_and_extract (
32
32
urls ,
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.15.0+deeprec2304 '
34
+ _VERSION = '1.15.0+deeprec2306 '
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
36
_TF_VERSION = '~=1.15.0'
37
37
_TF_VERSION_SANITIZED = _TF_VERSION .replace ('-' , '' )
You can’t perform that action at this time.
0 commit comments