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