move back
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
transformers
|
| 4 |
-
pydantic
|
| 5 |
-
numpy
|
| 6 |
torch==2.2.1 --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 7 |
accelerate==0.29.3
|
| 8 |
sentencepiece==0.2.0
|
|
|
|
| 9 |
protobuf==3.20.3
|
|
|
|
| 1 |
+
fastapi==0.109.0
|
| 2 |
+
uvicorn==0.27.0
|
|
|
|
|
|
|
|
|
|
| 3 |
torch==2.2.1 --index-url https://download.pytorch.org/whl/cpu
|
| 4 |
+
transformers==4.40.2
|
| 5 |
accelerate==0.29.3
|
| 6 |
sentencepiece==0.2.0
|
| 7 |
+
numpy==1.26.4
|
| 8 |
protobuf==3.20.3
|