RTX 3050 woth cuda 11.3 install solution and test ok

ASUS Dual GeForce RTX 3050 OC
NVIDIA-Linux-x86_64-510.47.03.run
cuda_11.3.1_465.19.01_linux.run
libcudnn8_8.2.1.32-1+cuda11.3_amd64.deb
libcudnn8-dev_8.2.1.32-1+cuda11.3_amd64.deb
libcudnn8-samples_8.2.1.32-1+cuda11.3_amd64.deb
pip3 install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
install and test AI in cuda OK

1 Like

Iā€™m not sure what the actual question is, but if you want to confirm that the mentioned pip wheels are working for your 3050 then yes, they should work as they are shipping with the right compute capability (8.6).

just a sharing method~~~thank you