@@ -63,37 +63,37 @@ Then, select the correct binary to install:
6363
6464``` bash
6565# Ubuntu/Linux 64-bit, CPU only, Python 2.7
66- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp27-none-linux_x86_64.whl
66+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
6767
6868# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
6969# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
70- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp27-none-linux_x86_64.whl
70+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
7171
7272# Mac OS X, CPU only, Python 2.7:
73- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc1 -py2-none-any.whl
73+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py2-none-any.whl
7474
7575# Mac OS X, GPU enabled, Python 2.7:
76- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc1 -py2-none-any.whl
76+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py2-none-any.whl
7777
7878# Ubuntu/Linux 64-bit, CPU only, Python 3.4
79- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp34-cp34m-linux_x86_64.whl
79+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
8080
8181# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
8282# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
83- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp34-cp34m-linux_x86_64.whl
83+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
8484
8585# Ubuntu/Linux 64-bit, CPU only, Python 3.5
86- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp35-cp35m-linux_x86_64.whl
86+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
8787
8888# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
8989# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
90- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp35-cp35m-linux_x86_64.whl
90+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
9191
9292# Mac OS X, CPU only, Python 3.4 or 3.5:
93- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc1 -py3-none-any.whl
93+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py3-none-any.whl
9494
9595# Mac OS X, GPU enabled, Python 3.4 or 3.5:
96- $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc1 -py3-none-any.whl
96+ $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py3-none-any.whl
9797```
9898
9999Install TensorFlow:
@@ -159,37 +159,37 @@ Now, install TensorFlow just as you would for a regular Pip installation. First
159159
160160``` bash
161161# Ubuntu/Linux 64-bit, CPU only, Python 2.7
162- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp27-none-linux_x86_64.whl
162+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
163163
164164# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
165165# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
166- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp27-none-linux_x86_64.whl
166+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
167167
168168# Mac OS X, CPU only, Python 2.7:
169- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc1 -py2-none-any.whl
169+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py2-none-any.whl
170170
171171# Mac OS X, GPU enabled, Python 2.7:
172- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc1 -py2-none-any.whl
172+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py2-none-any.whl
173173
174174# Ubuntu/Linux 64-bit, CPU only, Python 3.4
175- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp34-cp34m-linux_x86_64.whl
175+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
176176
177177# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
178178# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
179- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp34-cp34m-linux_x86_64.whl
179+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
180180
181181# Ubuntu/Linux 64-bit, CPU only, Python 3.5
182- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp35-cp35m-linux_x86_64.whl
182+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
183183
184184# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
185185# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
186- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp35-cp35m-linux_x86_64.whl
186+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
187187
188188# Mac OS X, CPU only, Python 3.4 or 3.5:
189- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc1 -py3-none-any.whl
189+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py3-none-any.whl
190190
191191# Mac OS X, GPU enabled, Python 3.4 or 3.5:
192- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc1 -py3-none-any.whl
192+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py3-none-any.whl
193193```
194194
195195Finally install TensorFlow:
@@ -298,37 +298,37 @@ select the correct binary to install:
298298
299299``` bash
300300# Ubuntu/Linux 64-bit, CPU only, Python 2.7
301- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp27-none-linux_x86_64.whl
301+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
302302
303303# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
304304# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
305- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp27-none-linux_x86_64.whl
305+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp27-none-linux_x86_64.whl
306306
307307# Mac OS X, CPU only, Python 2.7:
308- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc1 -py2-none-any.whl
308+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py2-none-any.whl
309309
310310# Mac OS X, GPU enabled, Python 2.7:
311- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc1 -py2-none-any.whl
311+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py2-none-any.whl
312312
313313# Ubuntu/Linux 64-bit, CPU only, Python 3.4
314- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp34-cp34m-linux_x86_64.whl
314+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
315315
316316# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
317317# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
318- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp34-cp34m-linux_x86_64.whl
318+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp34-cp34m-linux_x86_64.whl
319319
320320# Ubuntu/Linux 64-bit, CPU only, Python 3.5
321- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1 -cp35-cp35m-linux_x86_64.whl
321+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
322322
323323# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
324324# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
325- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc1 -cp35-cp35m-linux_x86_64.whl
325+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0rc2 -cp35-cp35m-linux_x86_64.whl
326326
327327# Mac OS X, CPU only, Python 3.4 or 3.5:
328- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc1 -py3-none-any.whl
328+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2 -py3-none-any.whl
329329
330330# Mac OS X, GPU enabled, Python 3.4 or 3.5:
331- (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc1 -py3-none-any.whl
331+ (tensorflow)$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0rc2 -py3-none-any.whl
332332```
333333
334334Finally install TensorFlow:
@@ -396,7 +396,7 @@ code.
396396code.
397397
398398We also have tags with ` latest ` replaced by a released version (e.g.,
399- ` 0.11.0rc1 -gpu ` ).
399+ ` 0.11.0rc2 -gpu ` ).
400400
401401With Docker the installation is as follows:
402402
@@ -785,7 +785,7 @@ $ bazel build -c opt --config=cuda //tensorflow/tools/pip_package:build_pip_pack
785785$ bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
786786
787787# The name of the .whl file will depend on your platform.
788- $ sudo pip install /tmp/tensorflow_pkg/tensorflow-0.11.0rc1 -py2-none-any.whl
788+ $ sudo pip install /tmp/tensorflow_pkg/tensorflow-0.11.0rc2 -py2-none-any.whl
789789```
790790
791791## Setting up TensorFlow for Development
0 commit comments