Spaces:
Running
on
Zero
Running
on
Zero
update index url
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -9,9 +9,9 @@ numpy
|
|
| 9 |
torchmetrics[image]
|
| 10 |
gradio
|
| 11 |
spaces
|
| 12 |
-
--index-url https://download.pytorch.org/whl/cu121
|
| 13 |
torch==2.1.2
|
| 14 |
-
--index-url https://download.pytorch.org/whl/cu121
|
| 15 |
torchaudio==2.1.2
|
| 16 |
-
--index-url https://download.pytorch.org/whl/cu121
|
| 17 |
torchvision==0.16.2
|
|
|
|
| 9 |
torchmetrics[image]
|
| 10 |
gradio
|
| 11 |
spaces
|
| 12 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 13 |
torch==2.1.2
|
| 14 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 15 |
torchaudio==2.1.2
|
| 16 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 17 |
torchvision==0.16.2
|