You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, what torch version are you using? it shouldn't happen with the versions specified in the requirements file, but you can also try to comment out this line.
I had this issue too after upgrading torch, as the version specified in the requirements file throws the following error for a 3090:
NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70.
Commenting out the line you mentioned fixed it though.
I am getting this error, when i am trying running the code
The text was updated successfully, but these errors were encountered: