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
I can get this to work on a mac or aws/ubuntu as long as I use python3.9 and pytorch2.1 on a cpu. When I try to setup CUDA on ubuntu, either it tries to install torch-cuda bundings there is no binding for latest cuda to pytorch2.1. If I try to go back to cuda 11.8, it won't build due to gcc version. Does anyone know the magic combination of ubuntu version/cuda version that will work for this?
The text was updated successfully, but these errors were encountered:
I can get this to work on a mac or aws/ubuntu as long as I use python3.9 and pytorch2.1 on a cpu. When I try to setup CUDA on ubuntu, either it tries to install torch-cuda bundings there is no binding for latest cuda to pytorch2.1. If I try to go back to cuda 11.8, it won't build due to gcc version. Does anyone know the magic combination of ubuntu version/cuda version that will work for this?
The text was updated successfully, but these errors were encountered: