Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory #56

Open
waisonlee opened this issue Jun 1, 2021 · 1 comment

Comments

@waisonlee
Copy link

请问不用cuda9.0行吗 用cuda10的话需要修改哪里的代码

@gohjiayi
Copy link

setup.py 里发现需要用 TF 1.4.0-1.9.0, 就只可以用CUDA 9。想用CUDA 10就必须升级Tensorflow,查看这链接

Within setup.py the requirements for TensorFlow is 1.4.0 to 1.9.0. According to the build guide here we can only use CUDA 9. Upgrading to CUDA 10 is possible only when you upgrade TensorFlow.

For even more advanced version of CUDA, I would recommend you to downgrade your CUDA instead as TF 1 to 2 requires substantial code change. You can use this repository phohenecker/switch-cuda to switch CUDA when required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants