Spaces:
Sleeping
Sleeping
Lamp Socrates
commited on
Commit
·
62d8fbf
1
Parent(s):
30d04c6
added requirements
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.0
|
2 |
+
tensorflow==2.15.0
|
3 |
+
datasets==2.18.0
|
4 |
+
torchtext==0.17.0
|
5 |
+
torchvision==0.17.0
|
6 |
+
torchsummary==1.5.1
|
7 |
+
accelerate==0.26.0
|
8 |
+
gensim==4.3.2
|
9 |
+
transformers==4.39.3
|
10 |
+
pynvml==11.5.0
|
11 |
+
seqeval==1.2.2
|
12 |
+
triton==2.2.0
|
13 |
+
jupyter==1.0.0
|
14 |
+
jupyterlab-git==0.50.0
|
15 |
+
urllib3<2
|
16 |
+
scikit-learn
|
17 |
+
scipy==1.10.1
|
18 |
+
numpy
|
19 |
+
fastai==2.7.14
|
20 |
+
timm==0.9.12
|
21 |
+
tensorboard
|
22 |
+
albumentations==1.4.3
|
23 |
+
seaborn
|
24 |
+
tqdm==4.66.2
|
25 |
+
nbdime
|
26 |
+
matplotlib
|
27 |
+
opencv-python
|
28 |
+
Keras-Preprocessing==1.1.2
|
29 |
+
flask==2.1.0
|
30 |
+
Werkzeug==2.2.2
|
31 |
+
wandb-0.17.0
|