Alecit13 commited on
Commit
f4a5297
·
1 Parent(s): 336176e
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -4,16 +4,20 @@ python-dotenv==1.0.1
4
 
5
  supabase==2.4.3
6
 
7
- # NLP / Modelos
8
- transformers==4.37.0
9
- huggingface-hub==0.17.1
10
  accelerate==0.25.0
11
  sentence-transformers==2.2.2
12
  setfit==1.0.3
13
 
 
14
  torch==2.0.1
 
 
15
  numpy==1.26.4
16
 
 
17
  pydantic>=1.10
18
  requests
19
  python-multipart
 
4
 
5
  supabase==2.4.3
6
 
7
+ # Modelos y NLP
8
+ transformers==4.36.2
9
+ huggingface-hub==0.26.2
10
  accelerate==0.25.0
11
  sentence-transformers==2.2.2
12
  setfit==1.0.3
13
 
14
+ # Torch CPU
15
  torch==2.0.1
16
+
17
+ # Fix NumPy
18
  numpy==1.26.4
19
 
20
+ # Otros
21
  pydantic>=1.10
22
  requests
23
  python-multipart