Skip to content

Commit

Permalink
chore: Bump ort to 2.0.0.-rc8 with "ort/half" enabled (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx authored Nov 21, 2024
1 parent a3794de commit f4844a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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.5", default-features = false, features = [
"ndarray",
ort = { version = "=2.0.0-rc.8", default-features = false, features = [
"half", "ndarray",
] }
rayon = { version = "1.10", default-features = false }
serde_json = { version = "1" }
Expand Down

0 comments on commit f4844a8

Please sign in to comment.