bump xformers to 0.0.27 (#1740)

* Update requirements.txt

Preserve compatibility with torch 2.3.1. [Reference](https://github.com/facebookresearch/xformers/issues/1052)

* fix setup.py to extract the current xformers dep from requirements for replacement

* xformers 0.0.27 wheels not built for torch 2.3.0

---------

Co-authored-by: Wing Lian <wing.lian@gmail.com>
This commit is contained in:
Akshaya Shanbhogue
2024-07-13 11:04:31 -07:00
committed by GitHub
parent 1e57b4c562
commit 4512738a73
2 changed files with 8 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ flash-attn==2.5.8
sentencepiece
wandb
einops
xformers==0.0.26.post1
xformers==0.0.27
optimum==1.16.2
hf_transfer
colorama