Closed samuelflock closed 4 months ago
Proving to be difficult.
Demucs need specific Torch and Torchaudio versions.
Currently, Torch is having problems with fbgemm.dll (it exists, but says this or one of its dependencies could not be found) This problem was caused when I updated pytorch
Finally found this problem!
The fbgemm.dll was required, but not in an earlier version of torch
So for future reference use this to download torch: pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121
https://github.com/adefossez/demucs?tab=readme-ov-file