Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

build xformers (colab 07ba3f3)

Compare
Choose a tag to compare
@Dpbm Dpbm released this 08 Dec 18:37
· 27 commits to main since this release

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