Skip to content

Commit 35ef37e

Browse files
committed
Revert launch table
1 parent 1221b1c commit 35ef37e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source-pytorch/fabric/fundamentals/launch.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ This is essentially the same as running ``python path/to/your/script.py``, but i
4747
itself and are expected to be parsed there.
4848
4949
Options:
50-
--accelerator [auto|cpu|gpu|cuda|mps|tpu]
50+
--accelerator [cpu|gpu|cuda|mps|tpu]
5151
The hardware accelerator to run on.
52-
--strategy [auto|ddp|dp|deepspeed]
53-
Strategy for how to run across multiple devices.
52+
--strategy [ddp|dp|deepspeed] Strategy for how to run across multiple
53+
devices.
5454
--devices TEXT Number of devices to run on (``int``), which
5555
devices to run on (``list`` or ``str``), or
5656
``'auto'``. The value applies per node.

0 commit comments

Comments
 (0)