We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3794de commit f4844a8Copy full SHA for f4844a8
Cargo.toml
@@ -26,8 +26,8 @@ anyhow = { version = "1" }
26
hf-hub = { version = "0.3", default-features = false }
27
image = "0.25.2"
28
ndarray = { version = "0.16", default-features = false }
29
-ort = { version = "=2.0.0-rc.5", default-features = false, features = [
30
- "ndarray",
+ort = { version = "=2.0.0-rc.8", default-features = false, features = [
+ "half", "ndarray",
31
] }
32
rayon = { version = "1.10", default-features = false }
33
serde_json = { version = "1" }
0 commit comments