JaphetHernandez commited on
Commit
998a443
·
verified ·
1 Parent(s): ea3c34e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -8
requirements.txt CHANGED
@@ -1,9 +1,5 @@
1
  transformers>=4.32.0
2
- torch>=2.0.0 # Si usas PyTorch como backend
3
- tokenizers>=0.13.3
4
- sentencepiece # Para modelos que usan SentencePiece como tokenizer (e.g., T5, LLaMA)
5
- accelerate>=0.21.0
6
- streamlit>=1.20.0
7
- numpy>=1.24.0 # Utilizado frecuentemente junto con PyTorch
8
- huggingface_hub
9
- pandas
 
1
  transformers>=4.32.0
2
+ streamlit>=1.25.0
3
+ pandas>=1.5.0
4
+ huggingface_hub>=0.16.0
5
+ torch>=2.0.0 # Solo si estás usando PyTorch como backend