Malaji71 commited on
Commit
3f1307f
·
verified ·
1 Parent(s): bd178d9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -4
requirements.txt CHANGED
@@ -1,15 +1,25 @@
 
 
 
 
1
  torch>=2.0.0
2
  transformers>=4.35.0
3
  peft>=0.7.0
4
  bitsandbytes>=0.41.0
5
  accelerate>=0.24.0
6
- gradio>=4.0.0
 
 
 
 
7
  pillow
 
 
 
 
8
  protobuf<4
9
  scikit-learn
10
  numpy
11
  huggingface_hub>=0.19.0
12
  datasets>=2.14.0
13
- trl>=0.7.4
14
- opencv-python
15
- torchvision
 
1
+ # requirements.txt - SARA v3 Compatible
2
+ # Framework SARA - WGA Registration Number: 2208356
3
+
4
+ # CORE ML LIBRARIES
5
  torch>=2.0.0
6
  transformers>=4.35.0
7
  peft>=0.7.0
8
  bitsandbytes>=0.41.0
9
  accelerate>=0.24.0
10
+
11
+ # GRADIO VERSION COMPATIBLE - SOPORTA PARÁMETROS INFORMATIVOS
12
+ gradio==3.36.0 # DOWNGRADE: Soporta parámetro `info` (era >=4.0.0)
13
+
14
+ # IMAGE PROCESSING
15
  pillow
16
+ opencv-python
17
+ torchvision
18
+
19
+ # DATA AND UTILITIES
20
  protobuf<4
21
  scikit-learn
22
  numpy
23
  huggingface_hub>=0.19.0
24
  datasets>=2.14.0
25
+ trl>=0.7.4