Framormar commited on
Commit
6583844
·
verified ·
1 Parent(s): 7c81224

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -3
requirements.txt CHANGED
@@ -1,5 +1,11 @@
1
- huggingface_hub==0.25.2
2
- transformers
3
- gradio==5.0.1
 
 
 
 
4
  torch
 
 
5
 
 
1
+ gradio
2
+ requests
3
+
4
+ # Instala la última Transformers con soporte para arcee (desde el repo oficial)
5
+ git+https://github.com/huggingface/transformers.git
6
+
7
+ # Dependencias para correr el modelo en GPU/CPU
8
  torch
9
+ accelerate
10
+
11