Cuda not available for RTX 6000 mobile

You should be able to find install commands for previous install version here: Previous PyTorch Versions | PyTorch

For CUDA 12.1 install, the command is:
pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 --index-url https://download.pytorch.org/whl/cu121

1 Like