RO-Rtechs commited on
Commit
426cb3e
·
verified ·
1 Parent(s): 02ab90e

Update pre-requirements.txt

Browse files
Files changed (1) hide show
  1. pre-requirements.txt +4 -5
pre-requirements.txt CHANGED
@@ -1,14 +1,13 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu118
2
- torch>=2.1.0+cu118
3
- torchvision>=0.16.0+cu118
4
- torchaudio>=2.1.0+cu118
5
  yt-dlp
6
  gradio==4.19.2
7
  pydub==0.25.1
8
  edge_tts==6.1.7
9
  deep_translator==1.11.4
10
  git+https://github.com/R3gm/[email protected]
11
- git+https://github.com/R3gm/whisperX.git@cuda_11_8
12
  nest_asyncio
13
  gTTS
14
  gradio_client==0.10.1
 
1
+ torch==2.1.0
2
+ torchvision==0.16.0
3
+ torchaudio==2.1.0
 
4
  yt-dlp
5
  gradio==4.19.2
6
  pydub==0.25.1
7
  edge_tts==6.1.7
8
  deep_translator==1.11.4
9
  git+https://github.com/R3gm/[email protected]
10
+ git+https://github.com/R3gm/whisperX.git@cpu
11
  nest_asyncio
12
  gTTS
13
  gradio_client==0.10.1