Skip to content

Releases: Testertime/xformers-wheels_Dec2022

Release

01 Jan 19:25
e6870d4
Compare
Choose a tag to compare

A known version that works at the time of writing, to be used in Google Colab, etc. Long may live your Notebooks!

xformers-0.0.16 P100 Python 3.7

26 Jan 22:44
e6870d4
Compare
Choose a tag to compare

The full file name is: xformers-0.0.16+bc08bbc.d20230126-cp37-cp37m-linux_x86_64.whl
This was compiled on Kaggle with Python 3.7.12, with a Nvidia P100 GPU. Should you want to do use this with Automatic1111 Stable Diffusion web UI with this old Python 3.7 version, you require a modified requirements.txt. I'm attaching it also below.

Used Pytorch was:

!pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116

To install xformers:

!pip install https://github.com/Testertime/xformers-wheels_Dec2022/releases/download/why_are_tags_needed/xformers-0.0.16+bc08bbc.d20230126-cp37-cp37m-linux_x86_64.whl

Edit: Added version for Python 3.8.13 too, same Torch version and all. Untested though, I hope it works!