You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix] export failure with CUDA driver < 526 and pynvml>=11.5.0
- There is a bug that was fixed in the 526 driver release. For older driver versions the recommendation is to downgrade the pynvml version to 11.4.0 and use 11.5.0 only for drivers after 526.
Uses the legacy pynvml memory usage function even with pynvml 11.5.0 if the driver version is older than 526.
Mentioned in the issue as well: NVIDIA#808 (comment)
0 commit comments