convert pt model to onnx

This commit is contained in:
2026-06-18 16:20:14 +08:00
parent 9c46e1c345
commit cf4c8a090a
8 changed files with 160 additions and 10 deletions

View File

@ -25,7 +25,8 @@ dev = [
deploy = [
"onnx~=1.22.0",
"onnxruntime~=1.27.0",
"openvino~=2026.2.0"
"onnxscript~=0.7.0",
"openvino~=2026.2.0",
]
[tool.ruff]