Yang Yang
Yang Yang
Hi, I am using the python bindings of DCGM. When starting a new profiling experiment, I would initiate the profiler by `profiling_results = dcgmGroup.samples.GetAllSinceLastCall(None, dcgmFieldGroup)`. However, when calling `GetAllSinceLastCall(profiling_results, dcgmFieldGroup)`...
Hi, I am using the python bindings of DCGM 3.2.6. When I run my python script which includes `GetAllSinceLastCall` in `DcgmGroupSamples` ([here](https://github.com/NVIDIA/DCGM/blob/master/testing/python3/DcgmGroup.py#L154)), it seems the old data (stored in cache?)...
Hi, I am trying to install DCGM from repo as I don't have sudo. I am following these steps: - ensuring Docker is installed and running - navigating to ./dcgmbuild...