Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
#gradio[oauth]==5.11.0
|
2 |
|
3 |
-
|
4 |
|
5 |
-
#accelerate
|
6 |
#git+https://github.com/huggingface/accelerate.git
|
7 |
-
|
8 |
git+https://github.com/huggingface/transformers.git
|
9 |
|
10 |
-
safetensors
|
11 |
|
12 |
paramiko
|
13 |
|
@@ -30,8 +30,9 @@ huggingface_hub[hf_transfer]
|
|
30 |
|
31 |
#torchsde==0.2.6
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
36 |
|
37 |
#numpy==1.25.2
|
|
|
1 |
#gradio[oauth]==5.11.0
|
2 |
|
3 |
+
spaces
|
4 |
|
5 |
+
#accelerate
|
6 |
#git+https://github.com/huggingface/accelerate.git
|
7 |
+
transformers
|
8 |
git+https://github.com/huggingface/transformers.git
|
9 |
|
10 |
+
safetensors
|
11 |
|
12 |
paramiko
|
13 |
|
|
|
30 |
|
31 |
#torchsde==0.2.6
|
32 |
|
33 |
+
torch
|
34 |
+
torchvision
|
35 |
+
pipeline
|
36 |
+
peft
|
37 |
|
38 |
#numpy==1.25.2
|