chore: replace deprecated pynvml with nvidia-ml-py#625
Open
ooooo-create wants to merge 1 commit intoPFCCLab:mainfrom
Open
chore: replace deprecated pynvml with nvidia-ml-py#625ooooo-create wants to merge 1 commit intoPFCCLab:mainfrom
ooooo-create wants to merge 1 commit intoPFCCLab:mainfrom
Conversation
|
Thanks for your contribution! |
There was a problem hiding this comment.
Pull request overview
This PR updates project and pipeline documentation to reflect the deprecation of the pynvml PyPI package by switching install instructions to nvidia-ml-py, which is the upstream-supported distribution for NVML Python bindings.
Changes:
- Replace
pip install ... pynvmlwithpip install ... nvidia-ml-pyacross top-level and pipeline READMEs. - Keep dependency lists consistent across CPU/GPU and CINN/V2 testing guides.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
README.md |
Updates the main “third-party libs” install command to use nvidia-ml-py. |
engineV2-README.md |
Updates engineV2 dependency installation snippet to use nvidia-ml-py. |
test_pipline/CINN/README_test_cinn.md |
Updates CINN pipeline dependency install command to use nvidia-ml-py. |
test_pipline/V2/gpu_bigtensor.md |
Updates V2 GPU big tensor guide dependency install command to use nvidia-ml-py. |
test_pipline/V2/gpu_accuracy.md |
Updates V2 GPU accuracy guide dependency install command to use nvidia-ml-py. |
test_pipline/V2/gpu_accuracy_tolerance.md |
Updates V2 GPU accuracy tolerance guide dependency install command to use nvidia-ml-py. |
test_pipline/V2/gpu_0size.md |
Updates V2 GPU 0-size guide dependency install command to use nvidia-ml-py. |
test_pipline/V2/cpu_accuracy.md |
Updates V2 CPU accuracy guide dependency install command to use nvidia-ml-py. |
test_pipline/V2/cpu_0size.md |
Updates V2 CPU 0-size guide dependency install command to use nvidia-ml-py. |
test_pipline/V2/monitor_script/gpu_0size.md |
Updates monitor-script GPU 0-size guide dependency install command to use nvidia-ml-py. |
test_pipline/V2/monitor_script/cpu_0size.md |
Updates monitor-script CPU 0-size guide dependency install command to use nvidia-ml-py. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/gpuopenanalytics/pynvml has been marked as deprecated by the official repository, and now relies on nvidia-ml-py. This PR replaces pynvml with nvidia-ml-py.