Unverified Commit ccda8bd0 authored by Benjamin Lefaudeux's avatar Benjamin Lefaudeux Committed by GitHub
Browse files

[docs] OSS/SDP minor, clarifying a confusing line in the docs #477 (#505)

parent 9c4e6d1a
......@@ -94,7 +94,8 @@ DDP can be used in place of ShardedDDP in the example below, but the memory savi
optimizer.step()
The above `train` function will then need to be run via a `multiprocessing.spawn` function.
The above `train` function can then be run via a `multiprocessing.spawn` call. Note that any launcher can be used,
the only assumption being that each of the ranks lives in its own python process.
.. code-block:: python
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment