NVIDIA / DCGM

NVIDIA Data Center GPU Manager (DCGM) is a project for gathering telemetry and measuring the health of NVIDIA GPUs
Apache License 2.0
378 stars 50 forks source link

Questions on documentation for DCGM python tests and bindings #54

Open Twilight-Shuxin opened 1 year ago

Twilight-Shuxin commented 1 year ago

In the documentation it is written: The test suite utilizes DCGM's python bindings. Python version 2 is the only supported version at this time; However under testing/ there is directory named python3. Same as above, in \usr\local\dcgm\bindings, also python3 is listed.

Is this a documentation mistake or the words should be understood in a different manner? It seems a little confusing to me. I would like to use DCGM library for profiling with python 3 code. Thanks!

glowkey commented 1 year ago

It is a documentation mistake. The test suite now utilizes python3. This will be corrected.

Twilight-Shuxin commented 1 year ago

It is a documentation mistake. The test suite now utilizes python3. This will be corrected.

Thanks!