Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,5 +2,5 @@ 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
|
6 |
accelerate>=0.26.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
|
6 |
accelerate>=0.26.0
|