Jongwook Choi

Results 530 comments of Jongwook Choi

The [API documentation](https://docs.nvidia.com/pdf/NVML_API_Reference_Guide.pdf) and [user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#cuda-gi) say > On MIG-enabled GPUs, querying device utilization rates is not currently supported. It looks like [DCGM](https://github.com/NVIDIA/DCGM) is the only way to go. Can...

@XuehaiPan Thanks; we will be using the official python bindings, which I already implemented but will be pushed quite soon. I wasn't aware that there is such a backward incompatibility...

So I think the driver version is old, not the graphic card. BTW it is recommended to install nvidia drivers from official binary. (Although gpustat can still support such legacy...

@XuehaiPan ~Can you elaborate on the meaning of CI ID / GI ID?~ Got it. Compute Instance (CI) ID and GPU Instance (GI) ID. So I think falling back to...

@tengzi-will Yes you should upgrade nvidia drivers to 450.66 or higher.

@gabriel-vanzandycke @ajason08 Thanks for your suggestion. I'm considering changing the behavior to clipping as you suggested as a part of v1.0 release. Let me work on that if I have...

Have you tried this with the latest development version? I guess when one device is failing, the latest version of gpustat would report the results for other drivers. If not...

@skat00sh Can you please provide the full output of `gpustat --debug` (please install the dev version, or more conveniently `1.0.0.rc1`)? I'd like to see which particular exception/error has been raised...

Hi, thanks for your input. I will give a try to wrap up the rest of the milestone this weekend.

@mattip I am sorry for my inactivities on releasing. I just published `gpustat==1.0.0rc1` which includes #121 (as well as #57, included in `1.0.0b1`). It took a while for me to...