"A100-SXM4-40GB with CUDA capability sm_80 is not compatible with the current PyTorch installation." #123
Replies: 5 comments 7 replies
-
May I know how many samples you are using? And what is the duration of each one? Thank you! |
Beta Was this translation helpful? Give feedback.
-
I just re-opened an issue with this exact error, because it is happening more and more often - and even with Colab Pro+ I am getting disconnected run-times. Really annoying. My suspicion is that every time you connect you get a different engine, and there is one that no longer is compatible with this version of Pytorch. If you try later you will be able to reconnect, but the problem keeps recurring. I wish I were better at troubleshooting this, perhaps someone else can help? |
Beta Was this translation helpful? Give feedback.
-
Hey @KhyamAllami @cloudchamber43 , you'll need to reinstall For Colab looks like you can workaround it by adding the line below to the end of 2nd code cell:
But I'm not sure if that will break compatibility with other (older) GPUs (not using Colab anymore so can't check that). |
Beta Was this translation helpful? Give feedback.
-
Perhaps you can find the rigjt match for the CUDA version and Torch version on https://pytorch.org/get-started/previous-versions/. |
Beta Was this translation helpful? Give feedback.
-
您的邮件已收到哦我会及时处理哒~
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
I've been training on Colab Pro+ for the last few days and all has been fine. This morning upon reconnecting I got this error.
I disconnected and reconnected a few times and all is back working again, but just thought I'd report in case it was useful.
Thanks,
Khyam
Beta Was this translation helpful? Give feedback.
All reactions