KoljaB / Linguflex

Command Your World with Voice
352 stars 41 forks source link

Fix for cuDNN v9 recognition on Windows install_win.py #12

Closed rgbgerbil closed 1 month ago

rgbgerbil commented 1 month ago

Added the new default cuDNN installation location to the example paths for later versions of CUDA 12 (new lines 121-123) and added cudnn version 9 to the if-any statement on line 136 (formerly line 133 in the original). I made this after encountering an issue with them while installing with the latest CUDA and cuDNN on Windows. Anecdotally, manually editing path variables in the environment didn't help, only these changes in the code worked. (Sorry if any of this is confusing, I am not a programmer)

KoljaB commented 1 month ago

Thank you very much, very helpful