jhj0517
commited on
Commit
•
403285a
1
Parent(s):
96dc61a
update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch==2.1.2 --index-url https://download.pytorch.org/whl/cu121
|
2 |
-
torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cu121
|
3 |
av==11.0.0
|
4 |
torchdiffeq==0.2.3
|
5 |
torchmetrics==1.2.1
|
@@ -23,7 +23,7 @@ xformers==0.0.22
|
|
23 |
moviepy==1.0.3
|
24 |
wget==3.2
|
25 |
wheel==0.43.0
|
26 |
-
mmcv==2.1.0 --find-links https://download.openmmlab.com/mmcv/dist/cu121/torch2.1/index.html
|
27 |
mmengine==0.10.4
|
28 |
mmdet==3.3.0
|
29 |
mmpose==1.3.1
|
|
|
1 |
+
torch==2.1.2 --install-option='--index-url https://download.pytorch.org/whl/cu121'
|
2 |
+
torchvision==0.16.2 --install-option='--index-url https://download.pytorch.org/whl/cu121'
|
3 |
av==11.0.0
|
4 |
torchdiffeq==0.2.3
|
5 |
torchmetrics==1.2.1
|
|
|
23 |
moviepy==1.0.3
|
24 |
wget==3.2
|
25 |
wheel==0.43.0
|
26 |
+
mmcv==2.1.0 --install-option='--find-links https://download.openmmlab.com/mmcv/dist/cu121/torch2.1/index.html'
|
27 |
mmengine==0.10.4
|
28 |
mmdet==3.3.0
|
29 |
mmpose==1.3.1
|