Skip to content

Commit df03195

Browse files
authored
Update ort crate version to 2.0.0-rc.4 to support onnx IR version 10 (#361)
1 parent ebe078a commit df03195

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Cargo.lock

Lines changed: 17 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backends/ort/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage.workspace = true
99
anyhow = { workspace = true }
1010
nohash-hasher = { workspace = true }
1111
ndarray = "0.15.6"
12-
ort = { version = "2.0.0-rc.2", default-features = false, features = ["download-binaries", "half", "onednn", "ndarray"] }
12+
ort = { version = "2.0.0-rc.4", default-features = false, features = ["download-binaries", "half", "onednn", "ndarray"] }
1313
text-embeddings-backend-core = { path = "../core" }
1414
tracing = { workspace = true }
1515
thiserror = { workspace = true }

0 commit comments

Comments
 (0)