You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,9 @@ To install Horovod:
123
123
124
124
<p/>
125
125
126
-
2. If you've installed TensorFlow from `PyPI <https://pypi.org/project/tensorflow>`__, make sure that the ``g++-4.8.5`` or ``g++-4.9`` or above is installed.
126
+
2. If you've installed TensorFlow from `PyPI <https://pypi.org/project/tensorflow>`__, make sure that ``g++-5`` or above is installed.
127
127
128
-
If you've installed PyTorch from `PyPI <https://pypi.org/project/torch>`__, make sure that the ``g++-4.9`` or above is installed.
128
+
If you've installed PyTorch from `PyPI <https://pypi.org/project/torch>`__, make sure that ``g++-5`` or above is installed.
129
129
130
130
If you've installed either package from `Conda <https://conda.io>`_, make sure that the ``gxx_linux-64`` Conda package is installed.
Copy file name to clipboardExpand all lines: docs/gpus.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ by installing an `nv_peer_memory <https://github.com/Mellanox/nv_peer_memory>`__
32
32
33
33
**Note**: Open MPI 3.1.3 has an issue that may cause hangs. The recommended fix is to downgrade to Open MPI 3.1.2 or upgrade to Open MPI 4.0.0.
34
34
35
-
4. If you installed TensorFlow from `PyPI <https://pypi.org/project/tensorflow>`__, make sure that the ``g++-4.8.5`` or ``g++-4.9`` or above is installed.
35
+
4. If you installed TensorFlow from `PyPI <https://pypi.org/project/tensorflow>`__, make sure that ``g++-5`` or above is installed.
36
36
37
-
If you installed PyTorch from `PyPI <https://pypi.org/project/torch>`__, make sure that the ``g++-4.9`` or above is installed.
37
+
If you installed PyTorch from `PyPI <https://pypi.org/project/torch>`__, make sure that ``g++-5`` or above is installed.
38
38
39
39
If you installed either package from `Conda <https://conda.io>`_, make sure that the ``gxx_linux-64`` Conda package is installed.
Copy file name to clipboardExpand all lines: docs/index.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Choose your deep learning framework to learn how to get started with Horovod.
14
14
<ol>
15
15
<li><ahref="https://www.open-mpi.org/faq/?category=building#easy-build">Install Open MPI 3.1.2 or 4.0.0</a>, or another MPI implementation. </li>
16
16
<li>
17
-
If you've installed TensorFlow from <ahref="https://pypi.org/project/tensorflow">PyPI</a>, make sure that the <code>g++-4.8.5</code> or <code>g++-4.9</code> or above is installed.<br/>
17
+
If you've installed TensorFlow from <ahref="https://pypi.org/project/tensorflow">PyPI</a>, make sure that <code>g++-5</code> or above is installed.<br/>
18
18
If you've installed TensorFlow from <ahref="https://conda.io">Conda</a>, make sure that the <code>gxx_linux-64</code> Conda package is installed.
19
19
</li>
20
20
<li>Install the Horovod pip package: <code>pip install horovod</code></li>
@@ -30,7 +30,7 @@ Choose your deep learning framework to learn how to get started with Horovod.
30
30
<ol>
31
31
<li><ahref="https://www.open-mpi.org/faq/?category=building#easy-build">Install Open MPI 3.1.2 or 4.0.0</a>, or another MPI implementation. </li>
32
32
<li>
33
-
If you've installed TensorFlow from <ahref="https://pypi.org/project/tensorflow">PyPI</a>, make sure that the <code>g++-4.8.5</code> or <code>g++-4.9</code> or above is installed.<br/>
33
+
If you've installed TensorFlow from <ahref="https://pypi.org/project/tensorflow">PyPI</a>, make sure that <code>g++-5</code> or above is installed.<br/>
34
34
If you've installed TensorFlow from <ahref="https://conda.io">Conda</a>, make sure that the <code>gxx_linux-64</code> Conda package is installed.
35
35
</li>
36
36
<li>Install the Horovod pip package: <code>pip install horovod</code></li>
@@ -46,7 +46,7 @@ Choose your deep learning framework to learn how to get started with Horovod.
46
46
<ol>
47
47
<li><ahref="https://www.open-mpi.org/faq/?category=building#easy-build">Install Open MPI 3.1.2 or 4.0.0</a>, or another MPI implementation. </li>
48
48
<li>
49
-
If you've installed PyTorch from <ahref="https://pypi.org/project/torch">PyPI</a>, make sure that the <code>g++-4.9</code> or above is installed.<br/>
49
+
If you've installed PyTorch from <ahref="https://pypi.org/project/torch">PyPI</a>, make sure that <code>g++-5</code> or above is installed.<br/>
50
50
If you've installed PyTorch from <ahref="https://conda.io">Conda</a>, make sure that the <code>gxx_linux-64</code> Conda package is installed.
51
51
</li>
52
52
<li>Install the Horovod pip package: <code>pip install horovod</code></li>
Copy file name to clipboardExpand all lines: docs/summary.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,9 @@ To install Horovod:
115
115
116
116
<p/>
117
117
118
-
2. If you've installed TensorFlow from `PyPI <https://pypi.org/project/tensorflow>`__, make sure that the ``g++-4.8.5`` or ``g++-4.9`` or above is installed.
118
+
2. If you've installed TensorFlow from `PyPI <https://pypi.org/project/tensorflow>`__, make sure that ``g++-5`` or above is installed.
119
119
120
-
If you've installed PyTorch from `PyPI <https://pypi.org/project/torch>`__, make sure that the ``g++-4.9`` or above is installed.
120
+
If you've installed PyTorch from `PyPI <https://pypi.org/project/torch>`__, make sure that ``g++-5`` or above is installed.
121
121
122
122
If you've installed either package from `Conda <https://conda.io>`_, make sure that the ``gxx_linux-64`` Conda package is installed.
0 commit comments