Skip to content

Commit 007f919

Browse files
minsukingericspod
andauthored
docs: clarify num_workers guidance in Colab section
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: Minsu Kim <[email protected]>
1 parent 2b2bc66 commit 007f919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)