diff --git a/setup-cuda.bat b/setup-cuda.bat index 0fc878d..496929a 100755 --- a/setup-cuda.bat +++ b/setup-cuda.bat @@ -10,8 +10,8 @@ python -m pip install -r .\modules\tortoise-tts\requirements.txt python -m pip install -e .\modules\tortoise-tts\ python -m pip install -r .\modules\dlas\requirements.txt -python -m pip install -U -r einops==0.6.0 -python -m pip install -U -r librosa==0.8.1 +python -m pip install -U einops==0.6.0 +python -m pip install -U librosa==0.8.1 xcopy .\modules\dlas\bitsandbytes_windows\* .\venv\Lib\site-packages\bitsandbytes\. /Y xcopy .\modules\dlas\bitsandbytes_windows\cuda_setup\* .\venv\Lib\site-packages\bitsandbytes\cuda_setup\. /Y diff --git a/setup-cuda.sh b/setup-cuda.sh index 082faee..69f0426 100755 --- a/setup-cuda.sh +++ b/setup-cuda.sh @@ -14,8 +14,8 @@ python3 -m pip install -r ./modules/tortoise-tts/requirements.txt # install TorT python3 -m pip install -e ./modules/tortoise-tts/ # install TorToiSe python3 -m pip install -r ./modules/dlas/requirements.txt # instal DLAS requirements, last, because whisperx will break a dependency here -python3 -m pip install -U -r einops==0.6.0 -python3 -m pip install -U -r librosa==0.8.1 +python3 -m pip install -U einops==0.6.0 +python3 -m pip install -U librosa==0.8.1 rm *.bat diff --git a/setup-directml.bat b/setup-directml.bat index d6d8adb..536945c 100755 --- a/setup-directml.bat +++ b/setup-directml.bat @@ -10,8 +10,8 @@ python -m pip install -r .\modules\tortoise-tts\requirements.txt python -m pip install -e .\modules\tortoise-tts\ python -m pip install -r .\modules\dlas\requirements.txt -python -m pip install -U -r einops==0.6.0 -python -m pip install -U -r librosa==0.8.1 +python -m pip install -U einops==0.6.0 +python -m pip install -U librosa==0.8.1 del *.sh diff --git a/setup-rocm.sh b/setup-rocm.sh index 0888bb6..5e48bf1 100755 --- a/setup-rocm.sh +++ b/setup-rocm.sh @@ -14,8 +14,8 @@ python3 -m pip install -r ./modules/tortoise-tts/requirements.txt # install TorT python3 -m pip install -e ./modules/tortoise-tts/ # install TorToiSe python3 -m pip install -r ./modules/dlas/requirements.txt # instal DLAS requirements -python -m pip install -U -r einops==0.6.0 -python -m pip install -U -r librosa==0.8.1 +python -m pip install -U einops==0.6.0 +python -m pip install -U librosa==0.8.1 rm *.bat diff --git a/update-force.bat b/update-force.bat index 4dd3462..4a7b15e 100755 --- a/update-force.bat +++ b/update-force.bat @@ -10,8 +10,8 @@ python -m pip install -U -r .\requirements.txt python -m pip install -U -r .\modules\tortoise-tts\requirements.txt python -m pip install -U -e .\modules\tortoise-tts python -m pip install -U -r .\modules\dlas\requirements.txt -python -m pip install -U -r einops==0.6.0 -python -m pip install -U -r librosa==0.8.1 +python -m pip install -U einops==0.6.0 +python -m pip install -U librosa==0.8.1 pause deactivate \ No newline at end of file diff --git a/update-force.sh b/update-force.sh index 5def24c..8fb44b1 100755 --- a/update-force.sh +++ b/update-force.sh @@ -13,7 +13,7 @@ python3 -m pip install -r ./requirements.txt python3 -m pip install -r ./modules/tortoise-tts/requirements.txt python3 -m pip install -e ./modules/tortoise-tts python3 -m pip install -r ./modules/dlas/requirements.txt -python3 -m pip install -U -r einops==0.6.0 -python3 -m pip install -U -r librosa==0.8.1 +python3 -m pip install -U einops==0.6.0 +python3 -m pip install -U librosa==0.8.1 deactivate \ No newline at end of file