Browse Source

fix: add onnxruntime dependency to pyproject.toml

myhloli 2 tháng trước cách đây
mục cha
commit
7a1603978f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -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",