Skip to content

Commit df6455f

Browse files
fix: Revert "chore(ort): Upgrade ort to 2.0.0-rc.12 (#368)" (#381)
This reverts commit 8cb50cc. --------- Co-authored-by: Raz Besaleli <besaleli@mozilla.ai>
1 parent 5cbbbb4 commit df6455f

12 files changed

Lines changed: 138 additions & 98 deletions

File tree

Cargo.lock

Lines changed: 101 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clap_derive = "4.5.49"
1010
rand = "0.9.2"
1111
schemars = "1.1.0"
1212
serde_json = { version = "1.0.145", features = ["arbitrary_precision"] }
13-
ndarray = "0.17.2"
13+
ndarray = "0.16.1"
1414
serde = { version = "1.0.228", features = ["serde_derive"] }
1515
tracing = "0.1.41"
1616
thiserror = "2.0.17"
@@ -22,7 +22,7 @@ version = "0.12.5"
2222
version = "0.22.1"
2323

2424
[workspace.dependencies.ort]
25-
version = "=2.0.0-rc.12"
25+
version = "=2.0.0-rc.10"
2626
features = ["std", "tracing", "ndarray"]
2727

2828
[workspace.dependencies.tokio]

encoderfile/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ description = "Distribute and run transformer encoders with a single file."
7171
repository = "https://github.com/mozilla-ai/encoderfile"
7272

7373
[dependencies]
74+
ndarray-stats = "0.6.0"
7475
ring = "0.17.14"
7576
clap_derive = "4.5.49"
7677
console = { version = "0.16.2", optional = true }

0 commit comments

Comments
 (0)