cuda 12 (#12 #14 #15)
Browse files- pre-requirements.txt +6 -6
pre-requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
torch
|
3 |
-
torchvision>=0.
|
4 |
-
torchaudio>=2.
|
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@
|
12 |
nest_asyncio
|
13 |
gTTS
|
14 |
gradio_client==0.10.1
|
15 |
-
IPython
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch<=2.2.0+cu121
|
3 |
+
torchvision>=0.17.0+cu121
|
4 |
+
torchaudio>=2.2.0+cu121
|
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_12_x
|
12 |
nest_asyncio
|
13 |
gTTS
|
14 |
gradio_client==0.10.1
|
15 |
+
IPython
|