Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

Nvidia RTX 4060 mobile can't work with pytorch==1.6.0 cudatoolkit=10.1

Open learndiary opened this issue 1 year ago • 0 comments

I tested Nvidia RTX 4060 mobile with driver 535 or 550 under ubuntu 24.04, but it can't work, install with command conda install pytorch==1.6.0 cudatoolkit=10.1 -c pytorch. The gpu isn't been called verified by running "nvidia-smi", gpu-util is 0%.

After check issue: "Tested with Torch 2.1 and CUDA 11.8, it works!" https://github.com/yanx27/Pointnet_Pointnet2_pytorch/issues/249 . I installed program with command conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=11.8 -c pytorch -c nvidia, then the program works.

Is it not possible work with "pytorch==1.6.0 cudatoolkit=10.1" when using Nvidia RTX 4060 Mobile?

learndiary avatar May 10 '24 10:05 learndiary