File tree 3 files changed +6
-6
lines changed
3 files changed +6
-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 = "ba087c3e3a33e266919f8861c2adc7a1d6530c7f7d02d23e7b20dc38f48cee8f " ,
15
- git_commit = "97c3fef64ba9937a52af2d72fb4104b6e541d4b2 " ,
14
+ sha256 = "9c94bfec7214853750c7cacebd079348046f246ec0174d01cd36eda375117628 " ,
15
+ git_commit = "582c8d236cb079023657287c318ff26adb239002 " ,
16
16
)
17
17
18
18
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ pkg_deb(
477
477
homepage = "https://github.com/tensorflow/serving" ,
478
478
maintainer = "TensorFlow Serving team" ,
479
479
package = "tensorflow-model-server" ,
480
- version = "2.4.0-rc4 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
480
+ version = "2.4.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
481
481
)
482
482
483
483
# Build with '-c opt'
@@ -488,5 +488,5 @@ pkg_deb(
488
488
homepage = "https://github.com/tensorflow/serving" ,
489
489
maintainer = "TensorFlow Serving team" ,
490
490
package = "tensorflow-model-server-universal" ,
491
- version = "2.4.0-rc4 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
491
+ version = "2.4.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
492
492
)
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 = '2.4.0-rc4 '
34
+ _VERSION = '2.4.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '>=2.4.0-rc4 ,<3'
36
+ _TF_VERSION = '>=2.4.0,<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