Quick fixes for Conda

This commit is contained in:
mrq 2023-02-01 01:21:56 +00:00
parent 8d342cfbc0
commit f6be2a3ee8
2 changed files with 7 additions and 3 deletions

3
requirements.txt Normal file → Executable file
View File

@ -8,9 +8,6 @@ einops
unidecode
scipy
librosa
numpy==1.20.0
numba==0.48.0
torchaudio
threadpoolctl
llvmlite
appdirs

7
setup.bat Executable file
View File

@ -0,0 +1,7 @@
git clone https://git.ecker.tech/mrq/tortoise-tts
cd tortoise-tts
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