forked from mrq/tortoise-tts
5 lines
246 B
Batchfile
5 lines
246 B
Batchfile
|
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
|
||
|
conda install -c conda-forge pysoundfile
|
||
|
conda install -c conda-forge numpy numba llvmlite
|
||
|
python -m pip install -r ./requirements.txt
|
||
|
python setup.py install
|