This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
build xformers (colab 07ba3f3)
Xformers pré-compilado (07ba3f3)
Para fazer seu próprio build rode isso no google colab:
!git clone https://github.com/facebookresearch/xformers.git; cd xformers; git submodule update --init --recursive; pip install -r ./requirements.txt; python setup.py build develop