Closed mytricker0 closed 1 year ago
actually just had to do :
pip install -U git+https://github.com/jianfch/stable-ts.git
then I has this error:
OSError: libcudart.so.11.0: cannot open shared object file: No such file or directory
wich was solved by doing:
conda install cudatoolkit
Wich landed on this error:
undefined symbol: _ZN2at4_ops6conv1d4callERKNS_6TensorES4_RKN3c108optionalIS2_EENS5_8ArrayRefIlEESB_SB_l
wich was solved by doing this :
pip install -U torch torchaudio --no-cache-dir
when running this: