Open Deadstarrr opened 1 year ago
maybe you need to upgrade your cuda-toolkit to 11.8 or newer
PyToch 1.10 & CUDA 11.3 don't support RTX 4090, update CUDA >= 11.8:
pip3 install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
I'm getting this error when I try to use codeformer. Does it not work with a 4090?
nvrtc: error: invalid value for --gpu-architecture (-arch)
Anyone know how to fix this?