Skip to content

Commit

Permalink
update torch
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 29, 2024
1 parent 7df483b commit a327da4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cuda-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ beautifulsoup4==4.12.3
faster-whisper==1.0.2
pydub==0.25.1
ffmpeg-python==0.2.0
torch>=2.3.0+cu121
torchaudio>=2.3.0+cu121
torch==2.3.1+cu121
torchaudio==2.3.1+cu121
transformers
TTS==0.22.0
sounddevice==0.4.6
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ beautifulsoup4==4.12.3
faster-whisper==1.0.2
pydub==0.25.1
ffmpeg-python==0.2.0
torch==2.3.0
torchaudio==2.3.0
torch==2.3.1
torchaudio==2.3.1
transformers
TTS==0.22.0
sounddevice==0.4.6
Expand Down

0 comments on commit a327da4

Please sign in to comment.