Spaces:
Running
on
Zero
Running
on
Zero
Upload 2 files
Browse files- README.md +1 -1
- requirements.txt +6 -3
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🏆😻
|
|
4 |
colorFrom: red
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
|
|
4 |
colorFrom: red
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.31.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
torch==2.4.0
|
2 |
torchao>=0.9.0
|
3 |
-
git+https://github.com/huggingface/diffusers.git
|
|
|
4 |
transformers==4.48.3
|
5 |
-
git+https://github.com/huggingface/peft.git
|
6 |
-
|
|
|
|
|
7 |
sentencepiece
|
8 |
torchvision
|
9 |
huggingface_hub
|
|
|
1 |
torch==2.4.0
|
2 |
torchao>=0.9.0
|
3 |
+
#git+https://github.com/huggingface/diffusers.git
|
4 |
+
diffusers
|
5 |
transformers==4.48.3
|
6 |
+
#git+https://github.com/huggingface/peft.git
|
7 |
+
peft
|
8 |
+
#git+https://github.com/huggingface/accelerate.git
|
9 |
+
accelerate
|
10 |
sentencepiece
|
11 |
torchvision
|
12 |
huggingface_hub
|