Skip to content

Commit

Permalink
Update ort crate version to 2.0.0-rc.4 to support onnx IR version…
Browse files Browse the repository at this point in the history
… 10 (#361)
  • Loading branch information
kozistr authored Sep 17, 2024
1 parent ebe078a commit df03195
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backends/ort/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage.workspace = true
anyhow = { workspace = true }
nohash-hasher = { workspace = true }
ndarray = "0.15.6"
ort = { version = "2.0.0-rc.2", default-features = false, features = ["download-binaries", "half", "onednn", "ndarray"] }
ort = { version = "2.0.0-rc.4", default-features = false, features = ["download-binaries", "half", "onednn", "ndarray"] }
text-embeddings-backend-core = { path = "../core" }
tracing = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit df03195

Please sign in to comment.