Skip to content

Commit 27f5c27

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9477964 commit 27f5c27

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ in a cell will verify this has worked and show you what kind of hardware you hav
4343

4444
#### Google Colab Setup (CUDA 12.x, PyTorch 2.6, MONAI 1.5)
4545

46-
In Google Colab, the default environment may cause version conflicts with MONAI.
46+
In Google Colab, the default environment may cause version conflicts with MONAI.
4747
To ensure compatibility, install PyTorch and MONAI explicitly as follows:
4848

4949
# Install PyTorch 2.6.0 with CUDA 12.4
@@ -56,19 +56,19 @@ pip install "monai[all]" nibabel pydicom ipywidgets==8.1.2
5656

5757
### Known issues and fixes
5858

59-
- Torchaudio mismatch
60-
Colab may come with torchaudio 2.8.0, which is incompatible with torch 2.6.0.
59+
- Torchaudio mismatch
60+
Colab may come with torchaudio 2.8.0, which is incompatible with torch 2.6.0.
6161
Installing the versions above resolves this issue.
6262

63-
- filelock conflicts with nni
64-
Some preinstalled packages (such as pytensor with newer filelock) may conflict.
63+
- filelock conflicts with nni
64+
Some preinstalled packages (such as pytensor with newer filelock) may conflict.
6565
Use the following commands to fix:
6666

6767
pip uninstall -y pytensor
6868
pip install -U filelock
6969

70-
- Too many workers warning
71-
Colab has limited CPU resources, and high num_workers settings may freeze execution.
70+
- Too many workers warning
71+
Colab has limited CPU resources, and high num_workers settings may freeze execution.
7272
It is recommended to use --num_workers=2 when running tutorials.
7373

7474

0 commit comments

Comments
 (0)