Rtx 5090

Hi @nafe3_alhmdan,

The short answer is that you should do this:

To use PyTorch for Windows on NVIDIA 5080, 5090 Blackwell RTX GPUs use the latest nightly builds, or the command below.
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128

There are also several discussions on Github about this, for example:

I hope that helps!