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

Google Colab and CUDA 11.0 #14

Open
allynanelia opened this issue Mar 26, 2021 · 2 comments
Open

Google Colab and CUDA 11.0 #14

allynanelia opened this issue Mar 26, 2021 · 2 comments

Comments

@allynanelia
Copy link

Hi I have issues installing torch on Google Colab using this repo. Might be due to CUDA 11.0?

Screenshot 2021-03-26 at 10 25 05 AM

Many thanks!

@nagadomi
Copy link
Owner

This repo does not support CUDA 11. #11

@bartman081523
Copy link

bartman081523 commented May 27, 2021

@allynanelia
Remove Cuda 11 from Colab and install Cuda 10

!apt --purge remove "*cublas*11*" "*cuda*11*"
!apt install cuda-10-0 --reinstall

Also you want to link cuda 10, because otherwise it is not found.

!rm /usr/local/cuda
!ln -s /usr/local/cuda-10.0 /usr/local/cuda

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

3 participants