Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: bump ort recv
  • Loading branch information
greenhat616 committed Nov 11, 2024
commit 8380a000d421e2299b025203fa2f2dc00a5b03b4
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ anyhow = { version = "1" }
hf-hub = { version = "0.3", default-features = false }
image = "0.25.2"
ndarray = { version = "0.16", default-features = false }
ort = { git = "https://github.com/pykeio/ort", rev = "8a16adbb6b2a8ff721152e6a27ac50b920214737", default-features = false, features = [
ort = { git = "https://github.com/pykeio/ort", rev = "2a9f66d", default-features = false, features = [
"ndarray",
] }
rayon = { version = "1.10", default-features = false }
Expand Down