You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!" #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?
The text was updated successfully, but these errors were encountered:
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!" #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?
The text was updated successfully, but these errors were encountered: