Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
CHANGED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchao==0.8.0
|
5 |
+
accelerate==1.4.0
|
6 |
+
diffusers==0.32.2
|
7 |
+
easydict==1.13
|
8 |
+
einops==0.8.1
|
9 |
+
peft==0.14.0
|
10 |
+
pillow==11.0.0
|
11 |
+
protobuf==5.29.3
|
12 |
+
requests==2.32.3
|
13 |
+
safetensors==0.5.2
|
14 |
+
sentencepiece==0.2.0
|
15 |
+
transformers==4.49.0
|