Commit c62cc06
committed
fix: skip 05_spleen_segmentation_lightning in CPU CI
The notebook calls .to(device) where device is CUDA unconditionally;
no CPU fallback exists. Fails with AssertionError: Torch not compiled
with CUDA enabled on the CPU-only GitHub Actions runner.
Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>1 parent a581217 commit c62cc06
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
0 commit comments