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

[Feature] PowerShell GPU detection #69

Closed
iwr-redmond opened this issue Jan 8, 2025 · 2 comments · Fixed by #71
Closed

[Feature] PowerShell GPU detection #69

iwr-redmond opened this issue Jan 8, 2025 · 2 comments · Fixed by #71

Comments

@iwr-redmond
Copy link

Add the PowerShell commands from simpleai_base for non-Torch GPU detection:

Get-CimInstance Win32_VideoController -Filter "Name like '%NVIDIA%'"
Get-CimInstance Win32_VideoController -Filter "Name like '%AMD%'"

This would be a helpful supplement to the existing lspci-based Linux code in device.py.

@Qubitium
Copy link
Collaborator

@iwr-redmond Thanks for the tip. We will test and add this and release 0.0.4 today with AMD GPU and PowerShell compat support for Windows env detection.

@Qubitium
Copy link
Collaborator

@iwr-redmond We have completed the request in our latest PR merge. Please test this out in your env! Thanks.

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

Successfully merging a pull request may close this issue.

2 participants