nicolargo / nvidia-ml-py3

Python 3 Bindings for the NVIDIA Management Library
133 stars 58 forks source link

GPU name not showing properly #6

Open thedmmatt opened 4 months ago

thedmmatt commented 4 months ago

Although nvidia_smi and other tools show the GPU name correctly (i.e. NVIDIA GeForce RTX 3060), nvidia-ml-py3 outputs it as exactly as �������������������������������������������������������0, which then is passed to Glances incorrectly.

Running Ubuntu 22.04.

nicolargo commented 3 months ago

Glances 4 and higher did not use nvidia-ml-py3 anymore but nvidia-ml-py (without the 3).