Spaces:
Runtime error
Runtime error
Update pre-requirements.txt
Browse files- pre-requirements.txt +3 -3
pre-requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
pip==23.3.1
|
2 |
-
torch==2.0.0
|
3 |
-
torchvision==0.15.1
|
4 |
-
torchaudio==2.0.1
|
5 |
tqdm==4.66.1
|
6 |
mediapipe==0.10.8
|
7 |
Pillow==10.1.0
|
|
|
1 |
pip==23.3.1
|
2 |
+
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
3 |
+
torchvision==0.15.1 --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
5 |
tqdm==4.66.1
|
6 |
mediapipe==0.10.8
|
7 |
Pillow==10.1.0
|