vitaliy-sharandin commited on
Commit
14828db
·
verified ·
1 Parent(s): 2423a38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -14,6 +14,7 @@ pytube==15.0.0
14
  ffmpeg==1.4
15
  coqui-tts==0.24.1
16
  ipykernel==6.15.2
17
- torch @ https://download.pytorch.org/whl/cu121/torch-2.1.2+cu121-cp311-cp311-linux_x86_64.whl
18
- torchaudio @ https://download.pytorch.org/whl/cu121/torchaudio-2.1.2+cu121-cp311-cp311-linux_x86_64.whl
 
19
  whisperx @ git+https://github.com/m-bain/[email protected]
 
14
  ffmpeg==1.4
15
  coqui-tts==0.24.1
16
  ipykernel==6.15.2
17
+ --index-url https://download.pytorch.org/whl/cu121
18
+ torch==2.1.2+cu121
19
+ torchaudio==2.1.2+cu121
20
  whisperx @ git+https://github.com/m-bain/[email protected]