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 follow your guide to run docker on Windows host. iGPU model is AMD Ryzen 5 5600H with Radeon Graphics. but torch.cuda.is_available() returns False.
Can you help me how to fix it?
# rocminfo
ROCk module is NOT loaded, possibly no GPU devices
#
#
# sudo modprobe amdgpu
modprobe: FATAL: Module amdgpu not found in directory /lib/modules/5.15.133.1-microsoft-standard-WSL2
#
The text was updated successfully, but these errors were encountered:
I follow your guide to run docker on Windows host. iGPU model is AMD Ryzen 5 5600H with Radeon Graphics. but torch.cuda.is_available() returns False.
Can you help me how to fix it?
The text was updated successfully, but these errors were encountered: