This commit is contained in:
tuna2134
2024-09-11 02:42:08 +00:00
parent 57f7223f3e
commit 846bc486c9

11
Cargo.lock generated
View File

@@ -888,6 +888,16 @@ version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "libloading"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets",
]
[[package]]
name = "libredox"
version = "0.1.3"
@@ -1267,6 +1277,7 @@ version = "2.0.0-rc.6"
source = "git+https://github.com/pykeio/ort.git#ee5cc2046c346b8e6f71ce543c1f6d31702337de"
dependencies = [
"half",
"libloading",
"ndarray",
"ort-sys",
"tracing",