Spaces:
Running
on
Zero
Running
on
Zero
Add SonicMaster Gradio app
Browse files- requirements.txt +3 -4
- runtime.txt +1 -0
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
torch==2.6.0+
|
3 |
-
torchaudio==2.6.0+
|
4 |
-
|
5 |
transformers>=4.43
|
6 |
accelerate>=0.33
|
7 |
diffusers>=0.31
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.6.0+cu121
|
3 |
+
torchaudio==2.6.0+cu121
|
|
|
4 |
transformers>=4.43
|
5 |
accelerate>=0.33
|
6 |
diffusers>=0.31
|
runtime.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
python-3.11
|