I am wandering how I can find name of the model of my PC'S gpu (ex. RTX 3090). Not the manufacturer but just the name of the model.
Asked
Active
Viewed 617 times
1
-
For what OS? This is not information that can be grabbed through just standard Python. For example, if you're using linux, you may be able to just run the `lspci` command or similar and parse the output. – Max Jun 22 '22 at 18:03
-
I am thinking about Windows. – Alex Leontaridis Jun 22 '22 at 18:03
-
https://stackoverflow.com/a/38580201/15250079 mentioned here for tensorflow. – Aliyasir Naç Jun 22 '22 at 18:10