DLAI - Prompt Engineering for Vision Models

Is anyone else facing issues with xformers installation in colab, xformers refuses to work whichever way i try to install it.


I had the same problem and I ended up creating a function is_xformers_available() to get around this. This lead to the next problem I haven’t solved yet regarding TypeError: argument of type ‘NoneType’ is not iterable. There is another thread that has started on that issue.