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 @@ -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 = "db9e2ae1fd7daaa23614fd9ad7974e2c3def1913185619a4664fd5a1d9742066 " ,
28
- git_commit = "dd01672d9a99ac372cc77a2a84faf0aedaefa36c " ,
27
+ sha256 = "832274d627f370ec97bace438dc7ac680856b2677e891ae8288e182dcd8fe8db " ,
28
+ git_commit = "4dacf3f368eb7965e9b5c3bbdd5193986081c3b2 " ,
29
29
)
30
30
31
31
# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ pkg_deb(
539
539
homepage = "https://github.com/tensorflow/serving" ,
540
540
maintainer = "TensorFlow Serving team" ,
541
541
package = "tensorflow-model-server" ,
542
- version = "2.14.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
542
+ version = "2.14.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
543
543
)
544
544
545
545
# Build with '-c opt'
@@ -550,5 +550,5 @@ pkg_deb(
550
550
homepage = "https://github.com/tensorflow/serving" ,
551
551
maintainer = "TensorFlow Serving team" ,
552
552
package = "tensorflow-model-server-universal" ,
553
- version = "2.14.0-rc1 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
553
+ version = "2.14.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
554
554
)
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.14.0-rc1 '
34
+ _VERSION = '2.14.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '>=2.14.0-rc1 ,<3'
36
+ _TF_VERSION = '>=2.14.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