Skip to content

Commit

Permalink
point to openvino-rs with rev
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchaphalkar committed Jan 13, 2025
1 parent 3249e25 commit c68d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasi-nn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wasmtime = { workspace = true, features = [
tracing = { workspace = true }
thiserror = { workspace = true }
# openvino = { path = "/home/rahul/repos/llm-openvino/openvino-rs/crates/openvino", features = ["runtime-linking"], optional = true }
openvino = { git = "https://github.com/rahulchaphalkar/openvino-rs.git", branch = "string-tensor", rev = "fa03558816cccd1c52cc902e9239e94ca5541d6d", features = ["runtime-linking"], optional = true }
openvino = { git = "https://github.com/rahulchaphalkar/openvino-rs.git", rev = "fa03558816cccd1c52cc902e9239e94ca5541d6d", features = ["runtime-linking"], optional = true }

ort = { version = "2.0.0-rc.2", default-features = false, features = [
"copy-dylibs",
Expand Down

0 comments on commit c68d4dc

Please sign in to comment.