vic3610 commited on
Commit
be59212
·
verified ·
1 Parent(s): 7758671

Create requirements_hf.txt

Browse files
Files changed (1) hide show
  1. requirements_hf.txt +17 -0
requirements_hf.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dépendances pour la version Hugging Face
2
+ torch>=2.0.0
3
+ transformers>=4.35.0
4
+ accelerate>=0.20.0
5
+ bitsandbytes>=0.41.0 # Pour quantization 4-bit
6
+ sentencepiece>=0.1.99
7
+ protobuf<=3.20.3 # Pour compatibilité avec certains modèles
8
+
9
+ # Dépendances existantes
10
+ openai-whisper>=20231117
11
+ pydub>=0.25.1
12
+ PyQt5>=5.15.0
13
+ python-dotenv>=1.0.0
14
+
15
+ # Pour l'environnement portable
16
+ numpy>=1.21.0
17
+ scipy>=1.7.0