mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
update scripts
This commit is contained in:
parent
15b27a9e14
commit
65d5264145
2 changed files with 2 additions and 3 deletions
|
@ -4,5 +4,3 @@ git clone https://github.com/JarodMica/bitsandbytes-windows.git .\modules\bitsan
|
||||||
xcopy .\modules\bitsandbytes-windows\bin\* .\venv\Lib\site-packages\bitsandbytes\. /Y
|
xcopy .\modules\bitsandbytes-windows\bin\* .\venv\Lib\site-packages\bitsandbytes\. /Y
|
||||||
xcopy .\modules\bitsandbytes-windows\bin\cuda_setup\* .\venv\Lib\site-packages\bitsandbytes\cuda_setup\. /Y
|
xcopy .\modules\bitsandbytes-windows\bin\cuda_setup\* .\venv\Lib\site-packages\bitsandbytes\cuda_setup\. /Y
|
||||||
xcopy .\modules\bitsandbytes-windows\bin\nn\* .\venv\Lib\site-packages\bitsandbytes\nn\. /Y
|
xcopy .\modules\bitsandbytes-windows\bin\nn\* .\venv\Lib\site-packages\bitsandbytes\nn\. /Y
|
||||||
|
|
||||||
pause
|
|
|
@ -120,8 +120,9 @@ python -m pip install -r requirements.txt
|
||||||
call download_ffmpeg.bat
|
call download_ffmpeg.bat
|
||||||
|
|
||||||
:: Setup BnB
|
:: Setup BnB
|
||||||
.\setup-cuda-bnb.bat
|
call setup-cuda-bnb.bat
|
||||||
|
|
||||||
|
.\start.bat
|
||||||
:: Clean up
|
:: Clean up
|
||||||
del *.sh
|
del *.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue