Skip to content

Commit

Permalink
Update execution_modes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Aug 1, 2024
1 parent 3d838c5 commit 677f096
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/execution_modes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Plan

.. code-block:: yaml
_torchvision:
inherits: _defaults
definition: ../benchmarks/torchvision
group: torchvision
install_group: torch
plan:
method: per_gpu
_torchvision:
inherits: _defaults
definition: ../benchmarks/torchvision
group: torchvision
install_group: torch
plan:
method: per_gpu
.. code-block:: bash
Expand All @@ -34,14 +34,14 @@ Plan

.. code-block:: yaml
_torchvision_ddp:
inherits: _defaults
definition: ../benchmarks/torchvision_ddp
group: torchvision
install_group: torch
plan:
method: njobs
n: 1
_torchvision_ddp:
inherits: _defaults
definition: ../benchmarks/torchvision_ddp
group: torchvision
install_group: torch
plan:
method: njobs
n: 1
.. code-block:: bash
Expand Down

0 comments on commit 677f096

Please sign in to comment.