Prueba_1 / requirements.txt
JaphetHernandez's picture
Update requirements.txt
3929c00 verified
raw
history blame
275 Bytes
transformers>=4.32.0
torch>=2.0.0 # Si usas PyTorch como backend
tokenizers>=0.13.3
sentencepiece # Para modelos que usan SentencePiece como tokenizer (e.g., T5, LLaMA)
accelerate>=0.21.0
streamlit>=1.20.0
numpy>=1.24.0 # Utilizado frecuentemente junto con PyTorch