Replace deprecated pynvml with nvidia-ml-py
- Updated all requirements files to use nvidia-ml-py instead of deprecated pynvml - Added fallback import in webui.py to support both packages - Maintains backward compatibility while using the actively maintained package - Updated installation instructions in error messages
Showing
... | ... | @@ -3,7 +3,7 @@ torch>=2.0.0 |
transformers>=4.30.0 | ||
opencv-python>=4.5.0 | ||
psutil>=5.8.0 | ||
pynvml>=11.0.0 | ||
nvidia-ml-py>=12.535.108 | ||
flash-attn>=2.0.0 | ||
pyinstaller>=5.0.0 | ||
PyMySQL>=1.0.0 | ||
\ No newline at end of file |
Please
register
or
sign in
to comment