Quick fixes for Conda
This commit is contained in:
parent
8d342cfbc0
commit
f6be2a3ee8
3
requirements.txt
Normal file → Executable file
3
requirements.txt
Normal file → Executable 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
7
setup.bat
Executable 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
|
Loading…
Reference in New Issue
Block a user