File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ def __init__(self, np):
4747 which maps to a GPU on a GPU cluster or a CPU core on a CPU cluster.
4848 Accepted values are:
4949
50- - If <0, this will spawn -np subprocesses on the driver node to run Horovod locally.
50+ - If <0, this will spawn ` -np` subprocesses on the driver node to run Horovod locally.
5151 Training stdout and stderr messages go to the notebook cell output, and are also
5252 available in driver logs in case the cell output is truncated. This is useful for
5353 debugging and we recommend testing your code under this mode first. However, be
5454 careful of heavy use of the Spark driver on a shared Databricks cluster.
55+ Note that `np < -1` is only supported on Databricks Runtime 5.5 ML and above.
5556 - If >0, this will launch a Spark job with `np` tasks starting all together and run the
5657 Horovod job on the task nodes.
5758 It will wait until `np` task slots are available to launch the job.
You can’t perform that action at this time.
0 commit comments