Spaces:
Runtime error
Runtime error
nehalelkaref
commited on
Commit
•
f760978
1
Parent(s):
f111ab6
Create code/requirements.txt
Browse files- code/requirements.txt +13 -0
code/requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adapter-transformers==3.2.1
|
2 |
+
torch==2.0.1
|
3 |
+
tokenizers==0.13.3
|
4 |
+
requests==2.31.0
|
5 |
+
regex
|
6 |
+
pyyaml
|
7 |
+
numpy
|
8 |
+
packaging
|
9 |
+
networkx
|
10 |
+
mpmath
|
11 |
+
markers
|
12 |
+
huggingface-hu
|
13 |
+
flask==2.3.2
|