Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -2,4 +2,6 @@ streamlit
|
|
| 2 |
huggingface_hub
|
| 3 |
requests
|
| 4 |
transformers
|
|
|
|
|
|
|
| 5 |
torch --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 2 |
huggingface_hub
|
| 3 |
requests
|
| 4 |
transformers
|
| 5 |
+
accelerate
|
| 6 |
+
sentencepiece
|
| 7 |
torch --index-url https://download.pytorch.org/whl/cpu
|