mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-06 21:55:47 -04:00
Add setup-whisperx.bat for whisperx setup
This commit is contained in:
parent
0b21a0954b
commit
44ec20d5b9
2 changed files with 15 additions and 1 deletions
|
@ -15,4 +15,6 @@ pydantic==1.10.11
|
|||
websockets
|
||||
beartype==0.15.0
|
||||
pykakasi
|
||||
rotary-embedding-torch==0.4.0
|
||||
rotary-embedding-torch==0.4.0
|
||||
transformers==4.19
|
||||
omegaconf<=2.1
|
12
setup-whisperx.bat
Normal file
12
setup-whisperx.bat
Normal file
|
@ -0,0 +1,12 @@
|
|||
@echo off
|
||||
call .\venv\Scripts\activate.bat
|
||||
|
||||
:: Install whisperx
|
||||
python -m pip install git+https://github.com/m-bain/whisperx.git
|
||||
|
||||
|
||||
:: Fix incompatibilites caused from packages in whisperx
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
echo Installation finished
|
||||
pause
|
Loading…
Add table
Reference in a new issue