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