Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NVML python bindings #9134

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ neurolab==0.3.5
node-semver==0.9.0
notebook==6.5.3
notebook-shim==0.2.2
nvidia-ml-py==12.535.133
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fwyzard , only adding a ackage here will not build/include it for cmssw. Please add it in to https://github.com/fwyzard/cmsdist/blob/IB/CMSSW_14_1_X/master_nvml/python_tools.spec too e.g. Requires: py3-nvidia-ml-py so that cmsBuild can built it for cmssw-tool-conf

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll add that.

# numba==0.56.4
numexpr==2.8.4
# setuptools version <64 is needed by numpy: https://github.com/pypa/setuptools/issues/3549
Expand Down
1 change: 1 addition & 0 deletions python_tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Requires: py3-mistune
Requires: py3-nbconvert
Requires: py3-nbformat
Requires: py3-notebook
Requires: py3-nvidia-ml-py
Requires: py3-packaging
Requires: py3-pandocfilters
Requires: py3-pathlib2
Expand Down