File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tensorflow_serving/tools/pip_package Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ local_repository(
2424load ("//tensorflow_serving:repo.bzl" , "tensorflow_http_archive" )
2525tensorflow_http_archive (
2626 name = "org_tensorflow" ,
27- sha256 = "8e219d51dcc846c983188bfb6a2a3b8113507d269e71c88a81d0ffbcfa3e4880 " ,
28- git_commit = "4b55ed05d34b5be52067e450a2876d656f5ca7d8 " ,
27+ sha256 = "49bc35a6a81acf497a59652a4c53a1ca52172257049c36a8203d2556ec13a2e8 " ,
28+ git_commit = "d5f4a3f5ddc60df66d732cdba0c3ad1e51b7a339 " ,
2929)
3030
3131# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change 3333# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
3434_VERSION = '2.18.0-rc0'
3535# Have this by default be open; releasing a new version will lock to TF version
36- _TF_VERSION = '>=2.18.0-rc0 ,<3'
36+ _TF_VERSION = '>=2.18.0-rc2 ,<3'
3737_TF_VERSION_SANITIZED = _TF_VERSION .replace ('-' , '' )
3838
3939project_name = 'tensorflow-serving-api'
You can’t perform that action at this time.
0 commit comments