File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Bazel and automatically downloads the correct Bazel version for TensorFlow. For
54
54
ease of use, add Bazelisk as the ` bazel ` executable in your ` PATH ` .
55
55
56
56
If Bazelisk is not available, you can manually
57
- [ install Bazel] ( https://docs. bazel.build/versions/master/ install.html ) . Make
57
+ [ install Bazel] ( https://bazel.build/install ) . Make
58
58
sure to install a supported Bazel version: any version between
59
59
` _TF_MIN_BAZEL_VERSION ` and ` _TF_MAX_BAZEL_VERSION ` as specified in
60
60
` tensorflow/configure.py ` .
@@ -240,9 +240,9 @@ bazel build --config=v1 [--config=option] //tensorflow/tools/pip_package:build_p
240
240
241
241
### Bazel build options
242
242
243
- See the Bazel [ command-line reference] ( https://docs. bazel.build/versions/master/ command-line-reference.html )
243
+ See the Bazel [ command-line reference] ( https://bazel.build/reference/ command-line-reference )
244
244
for
245
- [ build options] ( https://docs. bazel.build/versions/master/ command-line-reference.html #build-options ) .
245
+ [ build options] ( https://bazel.build/reference/ command-line-reference#build-options ) .
246
246
247
247
Building TensorFlow from source can use a lot of RAM. If your system is
248
248
memory-constrained, limit Bazel's RAM usage with: ` --local_ram_resources=2048 ` .
You can’t perform that action at this time.
0 commit comments