Spaces:
Running
on
Zero
Running
on
Zero
Update pre-requirements.txt
Browse files- pre-requirements.txt +4 -3
pre-requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
torchaudio
|
5 |
ctranslate2<=4.4.0
|
6 |
yt-dlp
|
7 |
gradio==4.19.2
|
|
|
1 |
+
pip==23.1.2
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
3 |
+
torch==2.2.0 # +cu121
|
4 |
+
torchvision # <=0.17.0+cu121
|
5 |
+
torchaudio # <=2.2.0+cu121
|
6 |
ctranslate2<=4.4.0
|
7 |
yt-dlp
|
8 |
gradio==4.19.2
|