Skip to content

Commit

Permalink
Revert "[Release] Update tfserving release version to 1.15.0+deeprec2…
Browse files Browse the repository at this point in the history
…302."

This reverts commit 37f365e.
  • Loading branch information
liutongxuan committed Mar 17, 2023
1 parent 37f365e commit de251be
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 = "044099fa9fb95147a0c9f5671d03d5e3ac4243a11bf4edbc7853952a8ea419e6",
git_commit = "3126efeca0b73fde4a85aa65ebbd5b5f90a5e5db",
sha256 = "34662c11d52bf5314b62203daa17cdf03dfaaa51492096b5c230e808282e6814",
git_commit = "5f165904121f9d4c5e9c6ac4363ad2edd70f6cfc",
)

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+deeprec2302'
_VERSION = '1.15.0+deeprec2212'
# 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 de251be

Please sign in to comment.