Dreambooth-Stable-Diffusion icon indicating copy to clipboard operation
Dreambooth-Stable-Diffusion copied to clipboard

Error when trying to install xformers

Open Mariiexe opened this issue 2 years ago • 2 comments

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 ?

Mariiexe avatar Nov 30 '22 22:11 Mariiexe

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 :(

milyiyo avatar Dec 29 '22 16:12 milyiyo

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.

nickkolok avatar Mar 11 '23 20:03 nickkolok