PaddlePaddle / PARL

A high-performance distributed training framework for Reinforcement Learning

Home Page:https://parl.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the nvidia-supplied nvidia-ml-py instead of pynvml

mattip opened this issue · comments

This project depends on pynvml, where the nvidia-blessed bindings to nvml are in the nvidia-ml-py package instead. This is causing problems for the gpustat project, which needs some internals from nvidia-ml-py to properly support older nvml version. Would it be possible to switch?