Env problem
Ace-blue opened this issue · 2 comments
Ace-blue commented
we noticed in "environment.yaml" the pytorch=1.12.1. While in "xformers==0.0.18" it's required pytorch=2.0.
Which version of pytorch shall I choose?
lewandofskee commented
pytorch==2.0 can work for this environment. And the code can also work without 'xformers' installation.
fancySummer19 commented