fix: add onnxruntime dependency to pyproject.toml

This commit is contained in:
myhloli
2025-08-27 16:14:20 +08:00
parent 3e88f78c5c
commit 7a1603978f

View File

@@ -70,6 +70,7 @@ pipeline = [
"torch>=2.6.0,<2.8.0",
"torchvision",
"transformers>=4.49.0,!=4.51.0,<5.0.0",
"onnxruntime>1.17.0",
]
api = [
"fastapi",