yakhoub commited on
Commit
62d0c8a
·
verified ·
1 Parent(s): 1b68a48

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -18
requirements.txt CHANGED
@@ -1,18 +1,20 @@
1
- # Installation des bibliothèques nécessaires
2
- torch
3
- transformers
4
- sentencepiece
5
- jiwer
6
- datasets
7
- evaluate
8
- accelerate
9
- matplotlib
10
- scikit-learn
11
- protobuf==3.20.1
12
- tensorboard
13
- gradio==4.39.0
14
- openpyxl==3.1.5
15
- torchvision
16
-
17
-
18
-
 
 
 
1
+ # Installation des bibliothèques nécessaires
2
+ torch
3
+ transformers
4
+ sentencepiece
5
+ jiwer
6
+ datasets
7
+ evaluate
8
+ accelerate
9
+ matplotlib
10
+ scikit-learn
11
+ protobuf==3.20.1
12
+ tensorboard
13
+ gradio==4.39.0
14
+ openpyxl==3.1.5
15
+ torchvision
16
+ fastapi
17
+ pydantic
18
+ openpyxl
19
+
20
+