Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
torchaudio
|
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
|
12 |
sentencepiece
|
13 |
paramiko
|
14 |
gradio
|
@@ -17,4 +18,5 @@ 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
|
|
|
|
1 |
+
spaces
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
accelerate
|
6 |
git+https://github.com/huggingface/accelerate.git
|
7 |
+
#bitsandbytes
|
8 |
transformers
|
9 |
git+https://github.com/huggingface/transformers.git
|
10 |
+
#optimum
|
11 |
+
#git+https://github.com/huggingface/optimum.git
|
12 |
+
huggingface_hub[hf_transfer]
|
13 |
sentencepiece
|
14 |
paramiko
|
15 |
gradio
|
|
|
18 |
git+https://github.com/asomoza/image_gen_aux.git
|
19 |
#diffusers
|
20 |
#git+https://github.com/huggingface/diffusers.git
|
21 |
+
git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
22 |
+
gradio[oauth]
|