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
raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda)) RuntimeError: The detected CUDA version (10.1) mismatches the version that was used to compile PyTorch (11.7). Please make sure to use the same CUDA versions.
I see that Deformable-DETR is only available until 10.1 or something below, how to fix it?
The text was updated successfully, but these errors were encountered:
zubairahmed-ai
changed the title
Cuda mismatch error when building module for
Cuda mismatch error when building module for ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'
Apr 12, 2023
@zubairahmed-ai Hi, we use CUDA 11.3 + Pytorch 1.10.0 as shown in install.md. Could you please try this Pytorch and CUDA version?
This requires downgrading the entire CUDA version on my Windows machine, unfortunately I can't do that, what's the workaround?
Remember there were already too many things to fix before getting this far including finding the matching mmcv wheel package and changing mmcv.config to mmvengine.config, missing COCO Dataset, getting the required mmdect package and so on.
I am facing when running I faced ModuleNotFoundError: No module named 'MultiScaleDeformableAttention' error so I tried
unicorn/models/ops/python setup.py build
andpython setup.py install
but I am getting the error belowraise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda)) RuntimeError: The detected CUDA version (10.1) mismatches the version that was used to compile PyTorch (11.7). Please make sure to use the same CUDA versions.
I see that Deformable-DETR is only available until 10.1 or something below, how to fix it?
The text was updated successfully, but these errors were encountered: