Commit 7b032f1
docs: add Google Colab setup and troubleshooting section (#2025)
### Summary
Add a Colab-specific setup and troubleshooting section to README to help
users run MONAI tutorials reliably on Google Colab.
### Changes
- Document explicit installation of PyTorch 2.6.0 (CUDA 12.4) and MONAI
1.5 on Colab
- Add troubleshooting notes (torchaudio mismatch, filelock conflict,
num_workers warning)
- Include a quick smoke test command to verify the setup
### Motivation
Many users start with Colab and often hit dependency conflicts. This
section improves first-time success and reproducibility.
---------
Signed-off-by: minsu <minsu.kim08@gmail.com>
Signed-off-by: Minsu Kim <60283244+minsuking@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>1 parent 713c6b2 commit 7b032f1
1 file changed
+44
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
44 | 88 | | |
45 | 89 | | |
46 | 90 | | |
| |||
0 commit comments