jhj0517
commited on
Commit
•
d88f10e
1
Parent(s):
a212c28
update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
--index-url https://download.pytorch.org/whl/cu121
|
2 |
-
|
3 |
-
|
4 |
torchdiffeq==0.2.3
|
5 |
torchmetrics==1.2.1
|
6 |
torchsde==0.2.5
|
7 |
accelerate==0.29.3
|
8 |
-
av==11.0.0
|
9 |
clip @ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip#sha256=b5842c25da441d6c581b53a5c60e0c2127ebafe0f746f8e15561a006c6c3be6a
|
10 |
decord==0.6.0
|
11 |
diffusers>=0.24.0,<=0.27.2
|
@@ -23,3 +22,9 @@ transformers==4.33.1
|
|
23 |
xformers==0.0.22
|
24 |
moviepy==1.0.3
|
25 |
wget==3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
6 |
torchsde==0.2.5
|
7 |
accelerate==0.29.3
|
|
|
8 |
clip @ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip#sha256=b5842c25da441d6c581b53a5c60e0c2127ebafe0f746f8e15561a006c6c3be6a
|
9 |
decord==0.6.0
|
10 |
diffusers>=0.24.0,<=0.27.2
|
|
|
22 |
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
|
30 |
+
xformers==0.0.23.post1
|