NVIDIA GeForce RTX 5090 with CUDA capability sm_120 is not compatible with the current PyTorch installation

I keep getting this error:

torch\cuda_init_.py:230: UserWarning:
NVIDIA GeForce RTX 5090 with CUDA capability sm_120 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_50 sm_60 sm_61 sm_70 sm_75 sm_80 sm_86 sm_90.
If you want to use the NVIDIA GeForce RTX 5090 GPU with PyTorch, please check the instructions at Start Locally | PyTorch

Is there a workaround for Windows? I believe there is one for Linux, but as far as I can tell, nothing for Windows users. Just curious if this is being looked into.

Yes, you can use WSL in the meantime while we are building the Windows binaries.

Thank you for the confirmation. Is there an estimate on when it will be released?