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: src/sagemaker/tensorflow/README.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,8 @@ To enable parameter server training:
235
235
Training with Horovod
236
236
"""""""""""""""""""""
237
237
238
-
Horovod is a distributed training framework based on MPI. You can find more details at `Horovod README <https://github.com/uber/horovod>`__.
238
+
Horovod is a distributed training framework based on MPI. Horovod is only available with TensorFlow version ``1.12`` or newer.
239
+
You can find more details at `Horovod README <https://github.com/uber/horovod>`__.
239
240
240
241
The container sets up the MPI environment and executes the ``mpirun`` command enabling you to run any Horovod
0 commit comments