Skip to content

Commit 83ba6a3

Browse files
mihaimaruseactensorflower-gardener
authored andcommittedJan 22, 2021
Updating TensorFlow's bazel version 4.0.0 (the first LTS release).
https://blog.bazel.build/2021/01/19/bazel-4-0.html PiperOrigin-RevId: 353139694 Change-Id: If2c4516b5d7fa59d032e9c74fb2a0716b2a4f618
1 parent 3ea52d3 commit 83ba6a3

File tree

45 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+46
-46
lines changed
 

‎.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
3.7.2

‎configure.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
_TF_WORKSPACE_ROOT = ''
4747
_TF_BAZELRC = ''
4848
_TF_CURRENT_BAZEL_VERSION = None
49-
_TF_MIN_BAZEL_VERSION = '4.0.0'
50-
_TF_MAX_BAZEL_VERSION = '4.99.0'
49+
_TF_MIN_BAZEL_VERSION = '3.7.2'
50+
_TF_MAX_BAZEL_VERSION = '3.99.0'
5151

5252
NCCL_LIB_PATHS = [
5353
'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', ''

0 commit comments

Comments
 (0)
Please sign in to comment.