Spaces:
Paused
Paused
Commit
·
c816ba4
1
Parent(s):
eccbf4b
requirement fixes
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
moshi==0.1.0
|
2 |
gradio==4.44.0
|
3 |
triton==3.0.0
|
4 |
-
torchaudio>=2.2.0+cu121
|
|
|
|
|
|
1 |
moshi==0.1.0
|
2 |
gradio==4.44.0
|
3 |
triton==3.0.0
|
4 |
+
torchaudio>=2.2.0+cu121
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
6 |
+
torch
|