mlopez6132 commited on
Commit
250ad92
·
verified ·
1 Parent(s): 1ca3221

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision
3
+ torchaudio
4
+ numpy>=1.21.0
5
+ tqdm>=4.64.0
6
+ datasets>=2.0.0
7
+ huggingface-hub>=0.10.0
8
+ transformers>=4.20.0
9
+ wandb>=0.13.0
10
+ gradio>=3.50.0