Setting MMCV with PyTorch 2.11 and Cuda 13.1
Introduction#
MMCV is a widly used computer vision framework with a large collection of tools and I need it to experiment with a realtime instance segmentation vision model called solov2 on my local machine.
My computer (called the space station) is equipped with a RTX 5070ti which is only supported by cuda 13. Which leaves me in quite the predictiment since MMCV doesn’t have a precomplied binary for CUDA 13.