Skip to content

Commit 089a365

Browse files
committed
chore(ai): update Cargo.toml
1 parent 159fc1d commit 089a365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/ai/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ openblas-src = { version = "0.10", features = ['cblas', 'system'] }
3939
rand = "0.8"
4040
tokenizers = { version = ">=0.13.4", default-features = false, features = ["onig"] }
4141

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"
42+
ort = { version = "=2.0.0-rc.10", default-features = false, features = ["ndarray", "half", "load-dynamic", "cuda"] }
43+
ort-sys = "=2.0.0-rc.10"

0 commit comments

Comments
 (0)