Skip to content

Commit 99e30bc

Browse files
author
Dandelion Mané
authored
Merge pull request tensorflow#8212 from gunan/docs_fix
Update installation documentation for v1.0.1.
2 parents d53ac1c + ab15148 commit 99e30bc

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

tensorflow/docs_src/install/install_linux.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Take the following steps to install TensorFlow with Virtualenv:
163163
virtualenv environment:
164164

165165
<pre>(tensorflow)$ <b>pip3 install --upgrade \
166-
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp34-cp34m-linux_x86_64.whl</b></pre>
166+
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp34-cp34m-linux_x86_64.whl</b></pre>
167167

168168
If you encounter installation problems, see
169169
[Common Installation Problems](#CommonInstallationProblems).
@@ -268,7 +268,7 @@ take the following steps:
268268

269269
<pre>
270270
$ <b>sudo pip3 install --upgrade \
271-
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp34-cp34m-linux_x86_64.whl</b>
271+
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp34-cp34m-linux_x86_64.whl</b>
272272
</pre>
273273

274274
If this step fails, see
@@ -335,9 +335,9 @@ where:
335335
* <tt>gcr.io/tensorflow/tensorflow:latest-devel</tt>, which is the latest
336336
TensorFlow CPU Binary image plus source code.
337337
* <tt>gcr.io/tensorflow/tensorflow:<i>version</i></tt>, which is the
338-
specified version (for example, 1.0.0) of TensorFlow CPU binary image.
338+
specified version (for example, 1.0.1) of TensorFlow CPU binary image.
339339
* <tt>gcr.io/tensorflow/tensorflow:<i>version</i>-devel</tt>, which is
340-
the specified version (for example, 1.0.0) of the TensorFlow GPU
340+
the specified version (for example, 1.0.1) of the TensorFlow GPU
341341
binary image plus source code.
342342

343343
<tt>gcr.io</tt> is the Google Container Registry. Note that some
@@ -455,7 +455,7 @@ Take the following steps to install TensorFlow in an Anaconda environment:
455455

456456
<pre>
457457
(tensorflow)$ <b>pip install --ignore-installed --upgrade \
458-
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp34-cp34m-linux_x86_64.whl</b></pre>
458+
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp34-cp34m-linux_x86_64.whl</b></pre>
459459

460460

461461
<a name="ValidateYourInstallation"></a>
@@ -626,14 +626,14 @@ This section documents the relevant values for Linux installations.
626626
CPU only:
627627

628628
<pre>
629-
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp27-none-linux_x86_64.whl
629+
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl
630630
</pre>
631631

632632

633633
GPU support:
634634

635635
<pre>
636-
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp27-none-linux_x86_64.whl
636+
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.1-cp27-none-linux_x86_64.whl
637637
</pre>
638638

639639
Note that GPU support requires the NVIDIA hardware and software described in
@@ -645,14 +645,14 @@ Note that GPU support requires the NVIDIA hardware and software described in
645645
CPU only:
646646

647647
<pre>
648-
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp34-cp34m-linux_x86_64.whl
648+
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp34-cp34m-linux_x86_64.whl
649649
</pre>
650650

651651

652652
GPU support:
653653

654654
<pre>
655-
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp34-cp34m-linux_x86_64.whl
655+
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.1-cp34-cp34m-linux_x86_64.whl
656656
</pre>
657657

658658
Note that GPU support requires the NVIDIA hardware and software described in
@@ -664,14 +664,14 @@ Note that GPU support requires the NVIDIA hardware and software described in
664664
CPU only:
665665

666666
<pre>
667-
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp35-cp35m-linux_x86_64.whl
667+
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp35-cp35m-linux_x86_64.whl
668668
</pre>
669669

670670

671671
GPU support:
672672

673673
<pre>
674-
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp35-cp35m-linux_x86_64.whl
674+
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.1-cp35-cp35m-linux_x86_64.whl
675675
</pre>
676676

677677

@@ -683,14 +683,14 @@ Note that GPU support requires the NVIDIA hardware and software described in
683683
CPU only:
684684

685685
<pre>
686-
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0-cp36-cp36m-linux_x86_64.whl
686+
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp36-cp36m-linux_x86_64.whl
687687
</pre>
688688

689689

690690
GPU support:
691691

692692
<pre>
693-
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp36-cp36m-linux_x86_64.whl
693+
https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.1-cp36-cp36m-linux_x86_64.whl
694694
</pre>
695695

696696

tensorflow/docs_src/install/install_mac.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Take the following steps to install TensorFlow with Virtualenv:
174174

175175
<pre>
176176
$ <b>pip3 install --upgrade \
177-
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl</b>
177+
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py3-none-any.whl</b>
178178
</pre>
179179

180180
If you encounter installation problems, see
@@ -311,7 +311,7 @@ take the following steps:
311311
support, issue the following command:
312312

313313
<pre>
314-
$ <b>sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl</b>
314+
$ <b>sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py3-none-any.whl</b>
315315
</pre>
316316

317317
If the preceding command fails, see
@@ -426,7 +426,7 @@ Take the following steps to install TensorFlow in an Anaconda environment:
426426
TensorFlow for Python 3.4:
427427

428428
<pre>
429-
(tensorflow)$ <b>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl</b>
429+
(tensorflow)$ <b>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py3-none-any.whl</b>
430430
</pre>
431431

432432

@@ -623,13 +623,13 @@ This section documents the relevant values for Mac OS installations.
623623
CPU only:
624624

625625
<pre>
626-
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py2-none-any.whl
626+
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py2-none-any.whl
627627
</pre>
628628

629629
GPU support:
630630

631631
<pre>
632-
https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0-py2-none-any.whl
632+
https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.1-py2-none-any.whl
633633
</pre>
634634

635635
Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see
@@ -641,13 +641,13 @@ Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see
641641
CPU only:
642642

643643
<pre>
644-
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl
644+
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py3-none-any.whl
645645
</pre>
646646

647647
GPU support:
648648

649649
<pre>
650-
https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.0-py3-none-any.whl
650+
https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.0.1-py3-none-any.whl
651651
</pre>
652652

653653
Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see

tensorflow/docs_src/install/install_sources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ $ <b>bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pk
317317
Invoke `pip install` to install that pip package.
318318
The filename of the `.whl `file depends on your platform.
319319
For example, the following command will install the pip package
320-
for TensorFlow 1.0.0 on Linux:
320+
for TensorFlow 1.0.1 on Linux:
321321

322322
<pre>
323-
$ <b>sudo pip install /tmp/tensorflow_pkg/tensorflow-1.0.0-py2-none-any.whl</b>
323+
$ <b>sudo pip install /tmp/tensorflow_pkg/tensorflow-1.0.1-py2-none-any.whl</b>
324324
</pre>
325325

326326
**NOTE on gcc version 5:** the binary pip packages

tensorflow/docs_src/install/install_windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ Take the following steps to install TensorFlow in an Anaconda environment:
114114
environment. To install the CPU-only version of TensorFlow, enter the
115115
following command:
116116

117-
<pre>(tensorflow)C:\> <b>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.0-cp35-cp35m-win_amd64.whl</b> </pre>
117+
<pre>(tensorflow)C:\> <b>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.1-cp35-cp35m-win_amd64.whl</b> </pre>
118118

119119
To install the GPU version of TensorFlow, enter the following command
120120
(on a single line):
121121

122-
<pre>(tensorflow)C:\> <b>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.0-cp35-cp35m-win_amd64.whl</b> </pre>
122+
<pre>(tensorflow)C:\> <b>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.1-cp35-cp35m-win_amd64.whl</b> </pre>
123123

124124
<a name="#ValidateYourInstallation"></a>
125125
## Validate your installation

0 commit comments

Comments
 (0)