Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,6 +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)
|
5 |
-
|
6 |
streamlit>=1.20.0
|
7 |
numpy>=1.24.0 # Utilizado frecuentemente junto con PyTorch
|
|
|
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
|