When I run the launch file, I get the following error. Can you help? import MultiScaleDeformableAttention as MSDA ImportError: libcudart.so.11.0: cannot open shared object file: No such file or directory
Activity
MoshiQAQ commentedon Feb 23, 2024
Maybe you have a wrong cuda version. Use
nvcc -V
to check your version.