ROCm / ROC-smi

ROC System Management Interface
https://github.com/RadeonOpenCompute/ROC-smi/blob/master/README.md
177 stars 56 forks source link

PyPI packaging #77

Closed ofek closed 3 years ago

ofek commented 4 years ago

Hello there! Are there plans to distribute this as a Python package on PyPI for easier installation? Many of us would really appreciate that 😄

cc @kentrussell @pfultz2 @whchung @aaronenyeshi

kentrussell commented 4 years ago

No plans for it as of yet, as we're currently looking at a bit of a rework for it, but potentially after that rework

kentrussell commented 4 years ago

Unfortunately the rework won't quite work with pypi as-is, but it;s on the list of things to scope once we transition to the new SMI model

ofek commented 4 years ago

@kentrussell Why close this then?

kentrussell commented 4 years ago

The new SMI will be part of the rocm_smi_lib project (thus deprecating this one), and there will be some dependencies to address there. At that time, this will all be closed off. But I guess we can leave it open for reference when we do transition over from this one to the new one

kentrussell commented 3 years ago

Due to the LIB-backing for the CLI, this won't be easily managed. If PyPI can support distribution of the SMI CLI and can pull in the rocm_smi_lib dependency, then please open a new issue at https://github.com/RadeonOpenCompute/rocm_smi_lib, as this repo will be deprecated and all SMI CLI functionality has moved over there. Thank you!