Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
transformers
|
| 4 |
-
optimum[onnxruntime]
|
| 5 |
-
onnxruntime
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn[standard]==0.30.6
|
| 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==0.2.0
|
| 9 |
+
pydantic==2.9.2
|