mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-21 11:59:01 +02:00
update requirements
This commit is contained in:
parent
f40ea2270c
commit
7b30ede7f0
|
|
@ -1,3 +1,3 @@
|
|||
torch==2.3.0 --index-url https://download.pytorch.org/whl/cu121
|
||||
torchvision==0.18.0 --index-url https://download.pytorch.org/whl/cu121
|
||||
xformers==0.0.26.post1 --index-url https://download.pytorch.org/whl/cu121
|
||||
torch==2.2.2 --index-url https://download.pytorch.org/whl/cu121
|
||||
torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cu121
|
||||
xformers==0.0.25.post1 --index-url https://download.pytorch.org/whl/cu121
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
colossalai==0.3.7
|
||||
colossalai==0.3.9
|
||||
mmengine>=0.10.3
|
||||
pandas>=2.0.3
|
||||
timm==0.9.16
|
||||
|
|
@ -7,6 +7,7 @@ ftfy>=6.2.0 # for t5
|
|||
diffusers==0.27.2 # for vae
|
||||
accelerate==0.29.2 # for t5
|
||||
av>=12.0.0 # for video loading
|
||||
numpy<2.0.0
|
||||
|
||||
# [gradio]
|
||||
gradio>=4.26.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue