JaphetHernandez commited on
Commit
4f39ad2
·
verified ·
1 Parent(s): c51c637

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -2,3 +2,6 @@ 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)
 
 
 
 
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
+
6
+ streamlit>=1.20.0
7
+ numpy>=1.24.0 # Utilizado frecuentemente junto con PyTorch