Skip to content

Commit 661c685

Browse files
authored
Merge pull request #276983 from Blackmist/temp-fix0603
using temp branch to unblock examples PR
2 parents 553a63a + 7291779 commit 661c685

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/machine-learning/how-to-train-distributed-gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To run distributed training using MPI, follow these steps:
4545
1. Define a `command` with `instance_count`. `instance_count` should be equal to the number of GPUs per node for per-process-launch, or set to 1 (the default) for per-node-launch if the user script is responsible for launching the processes per node.
4646
1. Use the `distribution` parameter of the `command` to specify settings for `MpiDistribution`.
4747

48-
[!notebook-python[](~/azureml-examples-main/sdk/python/jobs/single-step/tensorflow/mnist-distributed-horovod/tensorflow-mnist-distributed-horovod.ipynb?name=job)]
48+
[!notebook-python[](~/azureml-examples-temp-fix/sdk/python/jobs/single-step/tensorflow/mnist-distributed-horovod/tensorflow-mnist-distributed-horovod.ipynb?name=job)]
4949

5050
### Horovod
5151

articles/machine-learning/reference-yaml-job-command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ Examples are available in the [examples GitHub repository](https://github.com/Az
173173

174174
## YAML: distributed TensorFlow
175175

176-
:::code language="yaml" source="~/azureml-examples-main/cli/jobs/single-step/tensorflow/mnist-distributed/job.yml":::
176+
:::code language="yaml" source="~/azureml-examples-temp-fix/cli/jobs/single-step/tensorflow/mnist-distributed/job.yml":::
177177

178178
## YAML: distributed MPI
179179

180-
:::code language="yaml" source="~/azureml-examples-main/cli/jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml":::
180+
:::code language="yaml" source="~/azureml-examples-temp-fix/cli/jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml":::
181181

182182
## Next steps
183183

0 commit comments

Comments
 (0)