Skip to content

Commit ad71c9f

Browse files
authored
modernize pynvml dep
1 parent 53d9f32 commit ad71c9f

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)