- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -26,7 +26,6 @@ safetensors
|
|
| 26 |
pynvml
|
| 27 |
sentencepiece
|
| 28 |
loguru
|
| 29 |
-
transformers
|
| 30 |
# transformers@git+https://github.com/huggingface/transformers.git@main
|
| 31 |
|
| 32 |
# lama-cleaner==1.2.4
|
|
@@ -48,6 +47,7 @@ pydash
|
|
| 48 |
boto3
|
| 49 |
ninja # (Optional) Makes the build much faster
|
| 50 |
# git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
|
| 51 |
-
git+https://github.com/huggingface/diffusers
|
| 52 |
-
git+https://github.com/huggingface/peft
|
|
|
|
| 53 |
matplotlib
|
|
|
|
| 26 |
pynvml
|
| 27 |
sentencepiece
|
| 28 |
loguru
|
|
|
|
| 29 |
# transformers@git+https://github.com/huggingface/transformers.git@main
|
| 30 |
|
| 31 |
# lama-cleaner==1.2.4
|
|
|
|
| 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
|