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, I have a conda env with pytorch=1.5.1 and python=3.8 on Ubuntu 18.04. Got the following error with pip install torchlars:
ValueError: Unknown CUDA arch (8.6) or GPU not supported
nvidia-smi shows driver version as 470.63 and CUDA version as 11.4.
Any leads on how to fix this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I have a conda env with pytorch=1.5.1 and python=3.8 on Ubuntu 18.04. Got the following error with
pip install torchlars
:ValueError: Unknown CUDA arch (8.6) or GPU not supported
nvidia-smi shows driver version as 470.63 and CUDA version as 11.4.
Any leads on how to fix this?
Thanks
The text was updated successfully, but these errors were encountered: