Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
transformers==4.49.0
|
| 4 |
optimum[onnxruntime]==1.24.0
|
| 5 |
-
onnxruntime==1.19.2
|
| 6 |
-
huggingface-hub==0.29.1
|
| 7 |
torch==2.4.1
|
| 8 |
-
sentencepiece
|
| 9 |
-
pydantic
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
transformers==4.49.0
|
| 4 |
optimum[onnxruntime]==1.24.0
|
|
|
|
|
|
|
| 5 |
torch==2.4.1
|
| 6 |
+
sentencepiece
|
| 7 |
+
pydantic
|