omer11a / bounded-attention

MIT License
56 stars 7 forks source link

Add xformers on requirements.txt #2

Closed heitorrapela closed 2 months ago

heitorrapela commented 3 months ago

image

If someone wants to use the run_xl.py, we need to install xformers, which is not on the requirements.txt, also the code does not work with python 3.8, so I had to upgrade to python 3.11.

If someone finds the same problem: pip install xformers

omer11a commented 2 months ago

Thank you! I've added former's to requirements.txt.