Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
-
torch==1.
|
3 |
torchvision==0.12.0+cu113
|
4 |
torchaudio==0.11.0
|
5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
+
torch==1.10.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html
|
3 |
torchvision==0.12.0+cu113
|
4 |
torchaudio==0.11.0
|
5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|