Skip to content

Commit

Permalink
[update] REQ Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberofficial committed Oct 25, 2024
1 parent d10eb04 commit a3e3f12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Synthalingua_Wrapper/obj
Synthalingua_Wrapper/.vs
hls_segments
repo.txt
data_whisper.old
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ six==1.16.0
sounddevice==0.4.7
soundfile==0.12.1
SpeechRecognition==3.10.1
sympy==1.12
sympy==1.13.1
text-unidecode==1.3
tiktoken==0.6.0
tomli==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pip install -r requirements.txt
echo Applying CUDA patch to install GPU versions of PyTorch packages...
pip uninstall --yes torch torchvision torchaudio

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124

echo Whisper translation environment setup completed!

Expand Down

0 comments on commit a3e3f12

Please sign in to comment.