-
Notifications
You must be signed in to change notification settings - Fork 98
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
GPU Not Available using PyTorch in azureml_py38_PT_and_TF kernel on DSVM #41
Comments
I'm trying to install pytorch with GPU acceleration.
import torch
$ lspci and there is no /dev/kfd and lsmod does not show any amd related modules which boils down to downloading the right package and using the sudo apt --fix-broken install ./amdgpu-install_21.50.2.50002-1_all.deb I then get the following error message indefinitely and the last command ... |
Hi,
|
Is it only me?
Looks like pytorch installed is built as CPU-only?
Leaving from azureml_py38_PT_and_TF and after I installed pytorch using conda onto newly created conda env from scratch, torch.cuda.is_availabel() returned True. So the problem should not sit around CUDA.
My VM's image details:
It was succeeded when I was using old version of VM and previous conda env named azureml_py36_pytorch, which has been deleted recently according to the document.
BTW, in this env, PyTorch is built as cuda version.
The text was updated successfully, but these errors were encountered: