Spaces:
Runtime error
Runtime error
JohnSmith9982
commited on
Commit
•
f3b0f10
1
Parent(s):
c88d4d5
Upload requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
mdtex2html
|
3 |
pypinyin
|
4 |
tiktoken
|
@@ -15,3 +15,11 @@ pdfplumber
|
|
15 |
pandas
|
16 |
commentjson
|
17 |
openpyxl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.25.0
|
2 |
mdtex2html
|
3 |
pypinyin
|
4 |
tiktoken
|
|
|
15 |
pandas
|
16 |
commentjson
|
17 |
openpyxl
|
18 |
+
|
19 |
+
transformers
|
20 |
+
torch
|
21 |
+
icetk
|
22 |
+
protobuf==3.19.0
|
23 |
+
git+https://github.com/OptimalScale/LMFlow.git
|
24 |
+
cpm-kernels
|
25 |
+
sentence_transformers
|