GueuleDange commited on
Commit
754f340
·
verified ·
1 Parent(s): aaa4ab3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
- fastapi==0.95.2
2
- uvicorn==0.22.0
 
 
 
3
  transformers==4.36.2
4
  torch==2.1.2
5
  accelerate==0.25.0
6
- huggingface_hub==0.25.2
7
- numpy==1.26.4
8
- gradio==4.13.0
 
 
1
+ gradio==4.13.0 # Nécessite Pydantic v2
2
+ fastapi==0.109.2 # Nouvelle version compatible Pydantic v2
3
+ uvicorn==0.27.1
4
+
5
+ # Modèle
6
  transformers==4.36.2
7
  torch==2.1.2
8
  accelerate==0.25.0
9
+
10
+ # Gestion des dépendances optionnelles
11
+ huggingface-hub==0.25.2
12
+ numpy==1.26.4