When I try to utilize the ViT-Adapter repo with CUDA 12.2 machines (and Google Colab) available, I get the following error when I run: sh make.sh
RuntimeError:
The detected CUDA version (12.2) mismatches the version that was used to compile
PyTorch (11.3). Please make sure to use the same CUDA versions.
Hi,
When I try to utilize the ViT-Adapter repo with CUDA 12.2 machines (and Google Colab) available, I get the following error when I run:
sh make.sh
RuntimeError: The detected CUDA version (12.2) mismatches the version that was used to compile PyTorch (11.3). Please make sure to use the same CUDA versions.
Is there a solution to this mismatch?