1ytic / warp-rnnt

CUDA-Warp RNN-Transducer
MIT License
211 stars 41 forks source link

ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory #40

Open hechengzhi985 opened 5 months ago

hechengzhi985 commented 5 months ago

My CUDA version is 10.2, why am I encountering this error?

hechengzhi985 commented 5 months ago

(EFMFA_TEST) xxxxx:/usr/local$ ls bin cuda cuda-10.0 cuda-10.2 cuda-9.0 doc etc games include java lib man sbin share src

I have CUDA-10.0, CUDA-10.2, and CUDA-9.0, but I don't have CUDA-10.1. Can I use either 10.0, 10.2, or 9.0 for the corresponding versions?

1ytic commented 5 months ago

Do you have installed cudatoolkit? Make sure it has the same version of cuda.