-
Notifications
You must be signed in to change notification settings - Fork 121
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
Unable to find GPU on Windows #37
Comments
On my machine, the executable existed in System32, but the NVSMI folder did not exist in |
Copied just the nvidia-smi.exe and nvml.dll and it seems to have resolved the lack of stats - thanks @wdcook4 |
Copied them to where? |
I had an empty nvsmi folder which I copied these in to. I think if you don't have the nvsmi folder just create it and see... |
Is it at a particular location relative to the module or should it be in the |
Hi, the same as the earlier comments. c:/program files/NVIDIA
Corporation/NVSMI yes?
…On Mon, 8 Feb 2021 at 13:07, Sarthak Pati ***@***.***> wrote:
Is it at a particular location relative to the module or should it be in
the PATH?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB46Y5QE72GEYKKJ673RDP3S57OXHANCNFSM4PK4JVKA>
.
--
Sent from my PC
|
Right, thank you. I already have that present, so unsure what's going on... |
Little late to the party but this probably has nothing to do with Instead, you have to take a very, verrryy close look at your output for The One of these arguments is |
Did you ever figure out the issue? I have the same problem. |
Unfortunately, not. Since I am using PyTorch for most of my work, I am no longer reliant on this specific library (docs for PT Cuda are here). If you do manage to figure out the issue, please do LMK so that I can use it for some of my non-PT work. 👍🏽 |
So, I actually figured out my issue. I had an old, 32-bit version of Python installed and so I went ahead and uninstalled it, installing a newer 64-bit version (Python 3.12 64-bit). I then re-installed GPUtil and tried everything again (I think it also made me pip install setuptools). Everything now works. |
Hi,
I'd like to thank and commend you on putting this together!
I am running Windows and this is my output of nvidia-smi:
But, I am not able to detect the GPU from the GPUtil:
Is there something extra I need to add in the python code to get this working?
Thanks!
The text was updated successfully, but these errors were encountered: