-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PyNVML 12 will depend on nvidia-ml-py and drop its equivalent functionality. So it will largely become a metapackage with some utilities. This will mean using a much newer version of the NVML functionality through Python than is currently used in RAPIDS. As a preventive step, stick to PyNVML 11, which is what RAPIDS already uses. Then when PyNVML 12 is released, this can be relaxed on a project-by-project basis to see if it unconvers any issues that will need project-level fixes.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ requirements: | |
run: | ||
- python >=3.8 | ||
- jupyterlab >=4 | ||
- pynvml | ||
- pynvml >=11.0.0,<12.0.0a0 | ||
- psutil | ||
|
||
|
||
|
This file contains 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
This file contains 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