Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +14 -9
requirements.txt
CHANGED
@@ -1,20 +1,25 @@
|
|
1 |
spaces
|
|
|
|
|
|
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
3 |
torch
|
4 |
-
|
5 |
-
|
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
|
10 |
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
|
18 |
-
git+https://github.com/ford442/diffusers.git@offload_sd3_del
|
19 |
cyper
|
20 |
-
peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
spaces
|
2 |
+
numpy
|
3 |
+
opencv-python
|
4 |
+
|
5 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
6 |
torch
|
7 |
+
torchvision
|
8 |
+
|
9 |
safetensors
|
|
|
|
|
|
|
10 |
hf-transfer
|
11 |
huggingface_hub[hf_transfer]
|
12 |
sentencepiece
|
13 |
paramiko
|
14 |
gradio
|
|
|
|
|
15 |
git+https://github.com/asomoza/image_gen_aux.git
|
|
|
16 |
cyper
|
17 |
+
peft
|
18 |
+
|
19 |
+
git+https://github.com/huggingface/accelerate.git
|
20 |
+
git+https://github.com/huggingface/transformers.git
|
21 |
+
git+https://github.com/ford442/diffusers.git@offload_sd3_del
|
22 |
+
|
23 |
+
#bitsandbytes
|
24 |
+
#git+https://github.com/huggingface/optimum.git
|
25 |
+
#git+https://github.com/facebookresearch/xformers.git
|