-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Describe the bug
The PyTorch version that is being used for CPU only quick tests seems to be 1.9.0+cu102, which is a cuda version.
https://github.com/Project-MONAI/MONAI/runs/3667531453#step:9:435
https://github.com/Project-MONAI/MONAI/runs/3667531453#step:10:10
Also the installed torchvision: TorchVision version: 0.10.0+cu102
https://github.com/Project-MONAI/MONAI/runs/3667531453#step:10:29
This is causing issue with cucim: https://github.com/Project-MONAI/MONAI/pull/2987/checks?check_run_id=3669657801#step:10:10852
since cucim is not working in cuda<11.0 and this test environment is supposed to be CPU only where cuCIM should work but seems to be a CUDA 10.2 environment.