invictus717 / MiCo

Explore the Limits of Omni-modal Pretraining at Scale
https://invictus717.github.io/MiCo/
Apache License 2.0
81 stars 4 forks source link

would you make requirements.txt public? #4

Closed yun189 closed 3 months ago

yun189 commented 3 months ago

Some errors happened: torchvision 0.18.1 requires torch==2.3.1, but you have torch 2.3.0 which is incompatible. xformers 0.0.26.post1 requires torch==2.3.0, but you have torch 2.3.1 which is incompatible. So what can i do for this error?

invictus717 commented 3 months ago

You may run this script:

https://github.com/invictus717/MiCo/blob/master/set_env.sh

yun189 commented 3 months ago

thanks!