Dreambooth-Stable-Diffusion
Dreambooth-Stable-Diffusion copied to clipboard
Error when trying to install xformers
Hi,
I keep getting this error : ERROR: xformers-0.0.14.dev0-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform.
Is it because colab switched to python 3.8 ? Will it be fixed soon ?
Hi @Mariiexe,
In my case I switched to this version https://github.com/metrolobo/xformers_wheels/releases/download/4c06c79_various6/xformers-0.0.15.dev0_4c06c79.d20221201-cp38-cp38-linux_x86_64.whl
And the package was installed, but later got some errors during training and inferences :(
For those who encountered the same error, but due to migration to 3.9: use command
%pip install git+https://github.com/facebookresearch/xformers@4c06c79#egg=xformers
After approx. an hour, you will get a working xformers. However, I don't know how to save the wheel built.