Skip to content

Commit fde2daf

Browse files
Update docs/source/clouds/cloud_training.rst
Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
1 parent badb5b2 commit fde2daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/clouds/cloud_training.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use the ``grid run`` command:
1919

2020
.. code-block:: bash
2121
22-
grid run --grid_gpus 4 my_model.py --learning_rate 'uniform(1e-6, 1e-1, 20)' --layers '[2, 4, 8, 16]'
22+
grid run --gpus 4 my_model.py --learning_rate 'uniform(1e-6, 1e-1, 20)' --layers '[2, 4, 8, 16]'
2323
2424
The above command will launch (20 * 4) experiments, each running on 4 GPUs (320 GPUs!) - by making ZERO changes to
2525
your code.

0 commit comments

Comments
 (0)