We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have issues installing torch on Google Colab using this repo. Might be due to CUDA 11.0?
Many thanks!
The text was updated successfully, but these errors were encountered:
This repo does not support CUDA 11. #11
Sorry, something went wrong.
@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
No branches or pull requests
Hi I have issues installing torch on Google Colab using this repo. Might be due to CUDA 11.0?
Many thanks!
The text was updated successfully, but these errors were encountered: