The requirements are inconsistent with the description. #312
-
ALL Systems - General requirements It says this, but when I actually run it, I get an error.
This is also not CUDA12, it is different from the description. Please show me the developer's pip list. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Enchante503 The Cutlass message is related to DeepSpeed and its to do with how it compiles and current issues with it. Microsoft are working on this. Please see here as an example conformation from Logan @ Microsoft microsoft/DeepSpeed#5470. I expect when Microsoft start finally releasing full wheel files in the next month or two, these should be resolvable. It is possible to specify the cutlass path to negate this issue if you wish. There is reference to the error message existing/being ignorable on the Linux DeepSpeed releases https://github.com/erew123/alltalk_tts/releases/tag/DeepSpeed-14.2-Linux Re nvidia-cublas-cu11 and nvidia-cudnn-cu11, these are parts of the Nvidia CUDA Development Toolkit https://developer.nvidia.com/cuda-toolkit and not related to the Python/Pytorch CUDA version the system is running. They were mainly in relation to a few aspects of Coqui's scripts and also FasterWhisper. FasterWhisper has moved to Cublas and Cudnn v12 around 2-3 months ago SYSTRAN/faster-whisper@3d1de60 And I have been waiting on an update to the Coqui scripts, which should happen some time in the next month. When thats completed, I will look to migrate the cublas and cdnn to version 12, pending no other conflicts. If you wish to look through the requirements files they are here https://github.com/erew123/alltalk_tts/tree/alltalkbeta/system/requirements Obviously there are other files installed as sub requirements of the main requirements. If you want a full list all all requirements installed in the AllTalk Python environment, you can run If you have any further questions, please let me know. Thanks |
Beta Was this translation helpful? Give feedback.
Hi @Enchante503
The Cutlass message is related to DeepSpeed and its to do with how it compiles and current issues with it. Microsoft are working on this. Please see here as an example conformation from Logan @ Microsoft microsoft/DeepSpeed#5470. I expect when Microsoft start finally releasing full wheel files in the next month or two, these should be resolvable. It is possible to specify the cutlass path to negate this issue if you wish. There is reference to the error message existing/being ignorable on the Linux DeepSpeed releases https://github.com/erew123/alltalk_tts/releases/tag/DeepSpeed-14.2-Linux
Re nvidia-cublas-cu11 and nvidia-cudnn-cu11, these are parts of the Nvidia CUDA Devel…