chore: update to ONNX Runtime v1.20.1

This commit is contained in:
Carson M.
2024-11-22 16:05:07 -06:00
parent 123c449e9a
commit 548bfed208
2 changed files with 17 additions and 17 deletions

View File

@@ -82,7 +82,7 @@ qnn = [ "ort-sys/qnn" ]
[dependencies]
ndarray = { version = "0.16", optional = true }
ort-sys = { version = "2.0.0-rc.9", path = "ort-sys" }
ort-sys = { version = "=2.0.0-rc.9", path = "ort-sys" }
libloading = { version = "0.8", optional = true }
ureq = { version = "2.1", optional = true, default-features = false, features = [ "tls" ] }