Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -4,10 +4,10 @@ torchaudio
|
|
| 4 |
accelerate
|
| 5 |
#git+https://github.com/huggingface/accelerate.git
|
| 6 |
bitsandbytes
|
| 7 |
-
|
| 8 |
-
git+https://github.com/huggingface/transformers.git
|
| 9 |
-
|
| 10 |
-
git+https://github.com/huggingface/optimum.git
|
| 11 |
huggingface_hub[hf_transfer]
|
| 12 |
sentencepiece
|
| 13 |
paramiko
|
|
@@ -15,6 +15,6 @@ gradio
|
|
| 15 |
numpy
|
| 16 |
opencv-python
|
| 17 |
git+https://github.com/asomoza/image_gen_aux.git
|
| 18 |
-
|
| 19 |
#git+https://github.com/huggingface/diffusers.git
|
| 20 |
-
git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
|
|
|
| 4 |
accelerate
|
| 5 |
#git+https://github.com/huggingface/accelerate.git
|
| 6 |
bitsandbytes
|
| 7 |
+
transformers
|
| 8 |
+
#git+https://github.com/huggingface/transformers.git
|
| 9 |
+
optimum
|
| 10 |
+
#git+https://github.com/huggingface/optimum.git
|
| 11 |
huggingface_hub[hf_transfer]
|
| 12 |
sentencepiece
|
| 13 |
paramiko
|
|
|
|
| 15 |
numpy
|
| 16 |
opencv-python
|
| 17 |
git+https://github.com/asomoza/image_gen_aux.git
|
| 18 |
+
diffusers
|
| 19 |
#git+https://github.com/huggingface/diffusers.git
|
| 20 |
+
#git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|