Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ spaces
|
|
3 |
torch
|
4 |
git+https://github.com/huggingface/accelerate.git
|
5 |
#bitsandbytes
|
|
|
6 |
git+https://github.com/huggingface/transformers.git
|
7 |
#git+https://github.com/huggingface/optimum.git
|
8 |
#git+https://github.com/facebookresearch/xformers.git
|
@@ -10,7 +11,7 @@ hf-transfer
|
|
10 |
huggingface_hub[hf_transfer]
|
11 |
sentencepiece
|
12 |
paramiko
|
13 |
-
|
14 |
numpy
|
15 |
opencv-python
|
16 |
git+https://github.com/asomoza/image_gen_aux.git
|
|
|
3 |
torch
|
4 |
git+https://github.com/huggingface/accelerate.git
|
5 |
#bitsandbytes
|
6 |
+
safetensors
|
7 |
git+https://github.com/huggingface/transformers.git
|
8 |
#git+https://github.com/huggingface/optimum.git
|
9 |
#git+https://github.com/facebookresearch/xformers.git
|
|
|
11 |
huggingface_hub[hf_transfer]
|
12 |
sentencepiece
|
13 |
paramiko
|
14 |
+
gradio
|
15 |
numpy
|
16 |
opencv-python
|
17 |
git+https://github.com/asomoza/image_gen_aux.git
|