Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
learndiary opened this issue May 10, 2024 · 0 comments
Open

Comments

@learndiary
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant