aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Billy Lamberta <blamb@google.com>2018-09-20 18:07:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-20 18:15:54 -0700
commit684b3e02e098cb6fda5569fb7f7990ff57248e5a (patch)
tree7dcce89cfd2122c1c47c489781030103151c9c21 /RELEASE.md
parent7d18cafbe79aecb0f5d703270771b9207866d886 (diff)
Update links to install pages.
PiperOrigin-RevId: 213917946
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 2f26623373..20e1d9217b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -94,7 +94,7 @@ Ricardo Perez-Lopez, 张天启, 张晓飞
## Breaking Changes
-* Prebuilt binaries are now (as of TensorFlow 1.10) built against NCCL 2.2 and no longer include NCCL in the binary install. TensorFlow usage with multiple GPUs and NCCL requires upgrade to [NCCL 2.2](https://developer.nvidia.com/nccl). See updated install guides: [Installing TensorFlow on Ubuntu](https://www.tensorflow.org/install/install_linux#tensorflow_gpu_support) and [Install TensorFlow from Sources](https://www.tensorflow.org/install/install_sources#optional_install_tensorflow_for_gpu_prerequisites).
+* Prebuilt binaries are now (as of TensorFlow 1.10) built against NCCL 2.2 and no longer include NCCL in the binary install. TensorFlow usage with multiple GPUs and NCCL requires upgrade to [NCCL 2.2](https://developer.nvidia.com/nccl). See updated install guides: [TensorFlow GPU support](https://www.tensorflow.org/install/gpu) and [Build TensorFlow from source](https://www.tensorflow.org/install/source).
* Starting from TensorFlow 1.11, Windows builds will use Bazel. Therefore, we will drop official support for cmake.
## Bug Fixes and Other Changes