Spaces:
Runtime error
Runtime error
Tirath5504
commited on
Create requirements.txt
Browse files- requirements.txt +69 -0
requirements.txt
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
astunparse==1.6.3
|
3 |
+
blinker==1.8.2
|
4 |
+
cachetools==5.4.0
|
5 |
+
certifi==2024.7.4
|
6 |
+
charset-normalizer==3.3.2
|
7 |
+
click==8.1.7
|
8 |
+
colorama==0.4.6
|
9 |
+
filelock==3.15.4
|
10 |
+
Flask==3.0.3
|
11 |
+
flatbuffers==24.3.25
|
12 |
+
fsspec==2024.6.1
|
13 |
+
gast==0.4.0
|
14 |
+
google-auth==2.32.0
|
15 |
+
google-auth-oauthlib==1.0.0
|
16 |
+
google-pasta==0.2.0
|
17 |
+
grpcio==1.65.1
|
18 |
+
h5py==3.11.0
|
19 |
+
idna==3.7
|
20 |
+
intel-openmp==2021.4.0
|
21 |
+
itsdangerous==2.2.0
|
22 |
+
Jinja2==3.1.4
|
23 |
+
joblib==1.4.2
|
24 |
+
keras==2.13.1
|
25 |
+
libclang==18.1.1
|
26 |
+
Markdown==3.6
|
27 |
+
markdown-it-py==3.0.0
|
28 |
+
MarkupSafe==2.1.5
|
29 |
+
mdurl==0.1.2
|
30 |
+
mkl==2021.4.0
|
31 |
+
ml-dtypes==0.4.0
|
32 |
+
mpmath==1.3.0
|
33 |
+
namex==0.0.8
|
34 |
+
networkx==3.3
|
35 |
+
nltk==3.8.1
|
36 |
+
numpy==1.24.3
|
37 |
+
oauthlib==3.2.2
|
38 |
+
opt-einsum==3.3.0
|
39 |
+
optree
|
40 |
+
packaging==24.1
|
41 |
+
protobuf==4.25.3
|
42 |
+
pyasn1==0.6.0
|
43 |
+
pyasn1_modules==0.4.0
|
44 |
+
Pygments==2.18.0
|
45 |
+
PyYAML==6.0.1
|
46 |
+
regex==2024.5.15
|
47 |
+
requests==2.32.3
|
48 |
+
requests-oauthlib==2.0.0
|
49 |
+
rich==13.7.1
|
50 |
+
rsa==4.9
|
51 |
+
safetensors==0.4.3
|
52 |
+
six==1.16.0
|
53 |
+
sympy==1.13.1
|
54 |
+
tbb==2021.13.0
|
55 |
+
tensorboard==2.13.0
|
56 |
+
tensorboard-data-server==0.7.2
|
57 |
+
tensorflow==2.13.0
|
58 |
+
# tensorflow-estimator==2.13.0
|
59 |
+
# tensorflow-intel==2.13.0
|
60 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
61 |
+
termcolor==2.4.0
|
62 |
+
tokenizers==0.19.1
|
63 |
+
torch
|
64 |
+
tqdm==4.66.4
|
65 |
+
transformers==4.42.4
|
66 |
+
typing_extensions==4.5.0
|
67 |
+
urllib3==2.2.2
|
68 |
+
Werkzeug==3.0.3
|
69 |
+
wrapt==1.16.0
|