From f6be2a3ee8e09f5c92ab9bd2bd2f0680e0f2d40b Mon Sep 17 00:00:00 2001 From: mrq Date: Wed, 1 Feb 2023 01:21:56 +0000 Subject: [PATCH] Quick fixes for Conda --- requirements.txt | 3 --- setup.bat | 7 +++++++ 2 files changed, 7 insertions(+), 3 deletions(-) mode change 100644 => 100755 requirements.txt create mode 100755 setup.bat diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 index 1837ea9..bc9df5f --- a/requirements.txt +++ b/requirements.txt @@ -8,9 +8,6 @@ einops unidecode scipy librosa -numpy==1.20.0 -numba==0.48.0 torchaudio threadpoolctl -llvmlite appdirs diff --git a/setup.bat b/setup.bat new file mode 100755 index 0000000..eae95cb --- /dev/null +++ b/setup.bat @@ -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 \ No newline at end of file