- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -46,8 +46,9 @@ tencentcloud-sdk-python
|
|
46 |
pydash
|
47 |
boto3
|
48 |
ninja # (Optional) Makes the build much faster
|
49 |
-
git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
|
50 |
git+https://github.com/huggingface/diffusers.git@main#egg=diffusers
|
51 |
git+https://github.com/huggingface/peft.git@main#egg=peft
|
52 |
git+https://github.com/huggingface/transformers.git@main#egg=transformers
|
|
|
53 |
matplotlib
|
|
|
46 |
pydash
|
47 |
boto3
|
48 |
ninja # (Optional) Makes the build much faster
|
49 |
+
# git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
|
50 |
git+https://github.com/huggingface/diffusers.git@main#egg=diffusers
|
51 |
git+https://github.com/huggingface/peft.git@main#egg=peft
|
52 |
git+https://github.com/huggingface/transformers.git@main#egg=transformers
|
53 |
+
xformers
|
54 |
matplotlib
|