Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.24.1
|
2 |
+
keras==2.11.0
|
3 |
+
tensorflow==2.11.0
|
4 |
+
tensorboard==2.11.2
|
5 |
+
tensorboard-data-server==0.6.1
|
6 |
+
tensorboard-plugin-wit==1.8.1
|
7 |
+
tensorflow-estimator==2.11.0
|
8 |
+
tensorflow-io-gcs-filesystem==0.29.0
|
9 |
+
torch
|
10 |
+
torchaudio
|
11 |
+
torchvision
|
12 |
+
transformers==4.11.3
|
13 |
+
tokenizers==0.10.3
|