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
I was abled to run the install.sh without any problems. However, when I try to run 'bash run.sh cpu msl' I get the following error:
OSError: libcudart.so.10.2: cannot open shared object file: No such file or directory
Apparently, there seems to be some issue with the CUDA, which makes sense since I have AMD and cannot install CUDA. However, is there any work around to ignore the CUDA problem when running only with the cpu?
Thanks
The text was updated successfully, but these errors were encountered:
I was abled to run the install.sh without any problems. However, when I try to run 'bash run.sh cpu msl' I get the following error:
OSError: libcudart.so.10.2: cannot open shared object file: No such file or directory
Apparently, there seems to be some issue with the CUDA, which makes sense since I have AMD and cannot install CUDA. However, is there any work around to ignore the CUDA problem when running only with the cpu?
Thanks
The text was updated successfully, but these errors were encountered: