File tree 2 files changed +3
-3
lines changed
tensorflow_serving/tools/pip_package
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ local_repository(
24
24
load ("//tensorflow_serving:repo.bzl" , "tensorflow_http_archive" )
25
25
tensorflow_http_archive (
26
26
name = "org_tensorflow" ,
27
- sha256 = "8e219d51dcc846c983188bfb6a2a3b8113507d269e71c88a81d0ffbcfa3e4880 " ,
28
- git_commit = "4b55ed05d34b5be52067e450a2876d656f5ca7d8 " ,
27
+ sha256 = "49bc35a6a81acf497a59652a4c53a1ca52172257049c36a8203d2556ec13a2e8 " ,
28
+ git_commit = "d5f4a3f5ddc60df66d732cdba0c3ad1e51b7a339 " ,
29
29
)
30
30
31
31
# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change 33
33
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34
34
_VERSION = '2.18.0-rc0'
35
35
# 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'
37
37
_TF_VERSION_SANITIZED = _TF_VERSION .replace ('-' , '' )
38
38
39
39
project_name = 'tensorflow-serving-api'
You can’t perform that action at this time.
0 commit comments