Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
streamlit>=1.28.0
|
| 3 |
torch>=2.0.0
|
| 4 |
transformers>=4.35.0
|
|
|
|
| 5 |
fastapi>=0.104.0
|
| 6 |
uvicorn>=0.24.0
|
| 7 |
|
|
|
|
| 2 |
streamlit>=1.28.0
|
| 3 |
torch>=2.0.0
|
| 4 |
transformers>=4.35.0
|
| 5 |
+
accelerate>=0.26.0 # Added for model loading and optimization
|
| 6 |
fastapi>=0.104.0
|
| 7 |
uvicorn>=0.24.0
|
| 8 |
|