Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
transformers[torch]
|
2 |
-
|
3 |
-
|
4 |
-
abctoolkit
|
5 |
-
samplings
|
6 |
-
pyparsing
|
7 |
-
gradio==5.17.1
|
8 |
accelerate
|
9 |
optimum
|
10 |
cached_path
|
|
|
1 |
transformers[torch]
|
2 |
+
sentencepiece
|
3 |
+
numpy
|
4 |
+
abctoolkit
|
5 |
+
samplings
|
6 |
+
pyparsing
|
|
|
7 |
accelerate
|
8 |
optimum
|
9 |
cached_path
|