Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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
|