DHEIVER commited on
Commit
5b256e4
·
verified ·
1 Parent(s): a91cbb3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -7
requirements.txt CHANGED
@@ -1,8 +1,25 @@
1
- gradio>=4.19.2
 
2
  torch>=2.2.0
3
- transformers>=4.37.2
4
- Pillow>=10.2.0
5
- pandas>=2.2.0
6
- numpy>=1.26.3
7
- accelerate>=0.26.1
8
- safetensors>=0.4.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dependências principais
2
+ gradio>=4.16.0
3
  torch>=2.2.0
4
+ transformers>=4.37.0
5
+ pillow>=10.2.0
6
+ numpy>=1.26.0
7
+
8
+ # Processamento de imagem
9
+ opencv-python>=4.9.0
10
+ imagemagick>=1.0.0
11
+
12
+ # Utilitários
13
+ huggingface-hub>=0.20.0
14
+ accelerate>=0.26.0
15
+ safetensors>=0.4.0
16
+ bitsandbytes>=0.42.0
17
+
18
+ # Otimizações
19
+ sentencepiece>=0.1.99
20
+ tokenizers>=0.15.0
21
+ protobuf>=4.25.0
22
+ packaging>=23.2
23
+ tqdm>=4.66.0
24
+ regex>=2023.12.25
25
+ requests>=2.31.0