Skip to content

Commit 007f919

Browse files
minsukingericspod
andauthored
docs: clarify num_workers guidance in Colab section
Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Signed-off-by: Minsu Kim <60283244+minsuking@users.noreply.github.com>
1 parent 2b2bc66 commit 007f919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pip install "monai[all]" nibabel pydicom ipywidgets==8.1.2
6969

7070
- Too many workers warning
7171
Colab has limited CPU resources, and high num_workers settings may freeze execution.
72-
It is recommended to use --num_workers=2 when running tutorials.
72+
It is recommended to use --num_workers=2 when running tutorials and adjust the `num_workers` parameters where it is used in notebooks (eg. for data loaders).
7373

7474

7575
### Quick smoke test

0 commit comments

Comments
 (0)