We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cargo.toml
1 parent 159fc1d commit 089a365Copy full SHA for 089a365
ext/ai/Cargo.toml
@@ -39,5 +39,5 @@ openblas-src = { version = "0.10", features = ['cblas', 'system'] }
39
rand = "0.8"
40
tokenizers = { version = ">=0.13.4", default-features = false, features = ["onig"] }
41
42
-ort = { version = "=2.0.0-rc.9", default-features = false, features = ["ndarray", "half", "load-dynamic", "cuda"] }
43
-ort-sys = "=2.0.0-rc.9"
+ort = { version = "=2.0.0-rc.10", default-features = false, features = ["ndarray", "half", "load-dynamic", "cuda"] }
+ort-sys = "=2.0.0-rc.10"
0 commit comments