Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate
|
2 |
+
git+https://github.com/huggingface/diffusers.git
|
3 |
+
gradio==5.6.0
|
4 |
+
gradio_client==1.4.3
|
5 |
+
tqdm==4.66.5
|
6 |
+
transformers==4.43.3
|
7 |
+
numpy==1.26.4
|
8 |
+
peft==0.13.2
|
9 |
+
huggingface-hub
|
10 |
+
spaces
|
11 |
+
protobuf
|
12 |
+
torch==2.5.1
|
13 |
+
torchaudio==2.5.1
|
14 |
+
torchvision==0.20.1
|
15 |
+
bitsandbytes==0.44.1
|
16 |
+
sentencepiece==0.2.0
|
17 |
+
deepspeed
|
18 |
+
pandas
|
19 |
+
wandb
|
20 |
+
prodigyopt
|
21 |
+
supervision
|
22 |
+
pytest
|
23 |
+
einops
|
24 |
+
timm
|