Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,4 +4,6 @@ datasets
|
|
4 |
huggingface-hub
|
5 |
python-dotenv
|
6 |
uvicorn
|
7 |
-
fastapi
|
|
|
|
|
|
4 |
huggingface-hub
|
5 |
python-dotenv
|
6 |
uvicorn
|
7 |
+
fastapi
|
8 |
+
accelerate>=0.26.0
|
9 |
+
sentencepiece
|