Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
transformers
|
4 |
-
openai
|
5 |
-
sentencepiece
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==2.5.1+cu124
|
3 |
+
transformers==4.48.3
|
4 |
+
openai==1.61.1
|
5 |
+
sentencepiece==0.2.0
|
6 |
+
outetts==0.3.3
|
7 |
+
uroman==1.3.1.1
|