VincentGOURBIN commited on
Commit
8075e5b
·
verified ·
1 Parent(s): e700540

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=5.8.0
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ torchaudio>=2.0.0
5
+ transformers>=4.45.0
6
+ accelerate>=0.24.0
7
+ safetensors>=0.3.0
8
+ tokenizers>=0.15.0
9
+ sentencepiece>=0.1.97
10
+ huggingface_hub>=0.20.0
11
+ faiss-cpu>=1.7.0
12
+ numpy>=1.21.0
13
+ scipy>=1.9.0
14
+ python-dotenv>=1.0.0
15
+ sentence-transformers>=3.0.0
16
+ spaces