Skip to content

Commit

Permalink
[Release] Update tfserving release version to 1.15.0+deeprec2208u1.
Browse files Browse the repository at this point in the history
  • Loading branch information
liutongxuan committed Nov 2, 2022
1 parent c1bfe02 commit 83ea2ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")

tensorflow_http_archive(
name = "org_tensorflow",
sha256 = "46ad5154cec11995d5feba1401b6d0d72be457e48a9776bfce04b13c009ac412",
git_commit = "0fe26688a57eee31bda56a57d8f05e7071c78c9b",
sha256 = "cca08d73af49de84d69ddd31e08b0763791b7d33ed3f70419704a4bcf07e6f71",
git_commit = "33a6f53912cff00b87a3cc422ce47068efa2e3bd",
)

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_serving/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DOCLINES = __doc__.split('\n')

# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
_VERSION = '1.15.0+deeprec2208'
_VERSION = '1.15.0+deeprec2208u1'
# Have this by default be open; releasing a new version will lock to TF version
_TF_VERSION = '~=1.15.0'
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')
Expand Down

0 comments on commit 83ea2ba

Please sign in to comment.