czczup / ViT-Adapter

[ICLR 2023 Spotlight] Vision Transformer Adapter for Dense Predictions
https://arxiv.org/abs/2205.08534
Apache License 2.0
1.26k stars 139 forks source link

CUDA and Pytorch version mismatch #174

Open arslanduygu opened 5 months ago

arslanduygu commented 5 months ago

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?

sayakawaiiyo commented 4 months ago

i have the same problem, do you resolve it ?

arslanduygu commented 4 months ago

Unfortunately no :(