Skip to content

Commit c5f3893

Browse files
committed
update docs
1 parent 819a087 commit c5f3893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/advanced/multi_gpu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ Note in particular the difference between `gpus=0`, `gpus=[0]` and `gpus="0"`.
222222
+---------------+-----------+---------------------+---------------------------------+
223223
| [1, 3] | list | [1, 3] | GPUs 1 and 3 |
224224
+---------------+-----------+---------------------+---------------------------------+
225-
| "0" | str | [0] | GPU 0 |
225+
| "0" | str | None | CPU |
226226
+---------------+-----------+---------------------+---------------------------------+
227-
| "3" | str | [3] | GPU 3 |
227+
| "3" | str | [0, 1, 2] | first 3 GPUs |
228228
+---------------+-----------+---------------------+---------------------------------+
229229
| "1, 3" | str | [1, 3] | GPUs 1 and 3 |
230230
+---------------+-----------+---------------------+---------------------------------+

0 commit comments

Comments
 (0)