Skip to content

Commit f4844a8

Browse files
authored
chore: Bump ort to 2.0.0.-rc8 with "ort/half" enabled (#124)
1 parent a3794de commit f4844a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ anyhow = { version = "1" }
2626
hf-hub = { version = "0.3", default-features = false }
2727
image = "0.25.2"
2828
ndarray = { version = "0.16", default-features = false }
29-
ort = { version = "=2.0.0-rc.5", default-features = false, features = [
30-
"ndarray",
29+
ort = { version = "=2.0.0-rc.8", default-features = false, features = [
30+
"half", "ndarray",
3131
] }
3232
rayon = { version = "1.10", default-features = false }
3333
serde_json = { version = "1" }

0 commit comments

Comments
 (0)