rmelk commited on
Commit
7773db4
1 Parent(s): c50ba05

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. 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