Skip to content

Commit f07e8db

Browse files
authored
Merge pull request #348 from KTibow/patch-5
modernize pynvml dep
2 parents 2be9486 + ad71c9f commit f07e8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def run(self):
258258
install_requires += [
259259
'torch',
260260
'psutil',
261-
'pynvml',
261+
'nvidia-ml-py',
262262
'rich',
263263
'rich_argparse',
264264
'imageio',

0 commit comments

Comments
 (0)