You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I typically have SlicerTotalSegmentator installed in my Slicer version and it will pull in latest pytorch. Starting with pytorch 2.1, the available compute platforms are CUDA 11.8 and CUDA 12.1. CUDA 11.7 is not available for latest PyTorch which is why SegmentAny3D is pulling in the older pytorch 2.0.x series.
The text was updated successfully, but these errors were encountered:
Does SegmentAny3D specifically require the Cuda 11.7 compute platform and not anything newer? Or even support for CPU only?
https://github.com/mazurowski-lab/SlicerSegmentAny3D/blob/e33d0af23ef6d6458a95074b47374a2697582209/SegmentAny3D/SegmentAny3D.py#L122-L126
I typically have SlicerTotalSegmentator installed in my Slicer version and it will pull in latest pytorch. Starting with pytorch 2.1, the available compute platforms are CUDA 11.8 and CUDA 12.1. CUDA 11.7 is not available for latest PyTorch which is why SegmentAny3D is pulling in the older pytorch 2.0.x series.
The text was updated successfully, but these errors were encountered: