Skip to content

Commit

Permalink
Fixes a typo (aws#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalseshagiri authored Jun 15, 2022
1 parent 07e7b05 commit f0cda95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Horovod is a distributed training framework based on Message Passing Interfae (MPI). For information about Horovod, see [Horovod README](https://github.com/uber/horovod).\n",
"Horovod is a distributed training framework based on Message Passing Interface (MPI). For information about Horovod, see [Horovod README](https://github.com/uber/horovod).\n",
"\n",
"You can perform distributed training with Horovod on SageMaker by using the SageMaker Tensorflow container. If MPI is enabled when you create the training job, SageMaker creates the MPI environment and executes the `mpirun` command to execute the training script. Details on how to configure mpi settings in training job are described later in this example.\n",
"\n",
Expand Down

0 comments on commit f0cda95

Please sign in to comment.