Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
vllm
|
2 |
+
tqdm
|
3 |
+
datasets
|
4 |
+
torch
|
5 |
+
transformers
|
6 |
+
python_dateutil
|
7 |
+
|
8 |
+
sympy==1.12
|
9 |
+
antlr4-python3-runtime==4.11.1 # ! The version needs to be compatible with sympy.
|
10 |
+
word2number
|
11 |
+
Pebble
|
12 |
+
timeout-decorator
|
13 |
+
git+https://github.com/ZubinGou/latex2sympy.git
|