File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ http_archive(
106106
107107http_archive (
108108 name = "org_tensorflow" ,
109- strip_prefix = "tensorflow-2.3.0-rc0 " ,
110- sha256 = "3dd1e31116dd76a9276e3808da564b4723c732ac88107dc7aaf74191a33dbb0b " ,
109+ strip_prefix = "tensorflow-2.3.0-rc1 " ,
110+ sha256 = "cd44bd102f9928d93df1165a407cdf6a9a739ba8b9c0741ea05cb736bdb17312 " ,
111111 urls = [
112- "https://github.com/tensorflow/tensorflow/archive/v2.3.0-rc0 .zip"
112+ "https://github.com/tensorflow/tensorflow/archive/v2.3.0-rc1 .zip"
113113 ],
114114)
115115
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ $(pip show tensorflow) == *tensorflow* ]] || [[ $(pip show tf-nightly) ==
2929 echo ' Using installed tensorflow.'
3030else
3131 echo ' Installing tensorflow.'
32- pip install tensorflow==2.3.0rc0
32+ pip install tensorflow==2.3.0rc1
3333fi
3434
3535write_to_bazelrc " build:manylinux2010 --crosstool_top=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain"
Original file line number Diff line number Diff line change 3232from setuptools .dist import Distribution
3333
3434project_name = 'tensorflow-text'
35- project_version = '2.3.0-rc0 '
35+ project_version = '2.3.0-rc1 '
3636
3737
3838class BinaryDistribution (Distribution ):
You can’t perform that action at this time.
0 commit comments