audiocraft
audiocraft copied to clipboard
error with torchaudio.pyd
I have everything installed without errors still i cant run it. This is the error i get when i run app.py:
E:\audiocraft>python app.py
Traceback (most recent call last):
File "E:\audiocraft\app.py", line 11, in
had the same libtorchaudio.pyd error message when cuda was not installed on torch and torchaudio. after deinstalling torch and reinstalling i got it working with:
Windows 10 - CUDA 117 torch 2.01+cu117 torchaudio 2.02+cu117 torchvision 0.15.2+cu117
had the same libtorchaudio.pyd error message when cuda was not installed on torch and torchaudio. after deinstalling torch and reinstalling i got it working with:
Windows 10 - CUDA 117 torch 2.01+cu117 torchaudio 2.02+cu117 torchvision 0.15.2+cu117
Thanks already reinstalling it, funny thing is it writes as installed with cuda and still makes it cpu version.