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
Prev Previous commit
Next Next commit
chore: bump onnx version to 1.20.1
  • Loading branch information
greenhat616 committed Dec 2, 2024
commit 3f4bf9de9ad618e29e20ae18f5b8bc0d93c6b3bd
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ anyhow = { version = "1" }
hf-hub = { version = "0.3", default-features = false }
image = "0.25.2"
ndarray = { version = "0.16", default-features = false }
ort = { version = "=2.0.0-rc.9", default-features = false, features = [
ort = { git = "https://github.com/pykeio/ort", recv = "5637d5f", default-features = false, features = [
"ndarray",
] }
rayon = { version = "1.10", default-features = false }
serde_json = { version = "1" }
tokenizers = { version = "0.19", default-features = false, features = ["onig"] }
tokenizers = { version = "0.21", default-features = false, features = ["onig"] }

[features]
default = ["ort-download-binaries", "online"]
Expand Down