Skip to content

Commit

Permalink
Upgrade to perchance v0.5 (#52)
Browse files Browse the repository at this point in the history
This will remove having duplicated `perchance` versions in `wim-app`.
  • Loading branch information
fornwall authored Jan 24, 2024
1 parent e6648a7 commit 095c060
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
- Upgrade to `perchance` v0.5

## [0.5.1] - 2024-01-18
- Do not ignore output shapes when constructing `onnx`-based inference models.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmarks/perf-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ cervo-onnx = { path = "../../crates/cervo-onnx" }
cervo-nnef = { path = "../../crates/cervo-nnef" }
cervo-core = { path = "../../crates/cervo-core" }
cervo-runtime = { path = "../../crates/cervo-runtime", features = ["threaded"] }
perchance = { version = "0.4", default-features = false }
perchance = { version = "0.5", default-features = false }
rayon = { version = "1.5"}

2 changes: 1 addition & 1 deletion crates/cervo-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ tract-core = { workspace = true }
tract-hir = { workspace = true }
rand = { version = "0.8.2" }
rand_distr = { version = "0.4" }
perchance = { version = "0.4", default-features = false }
perchance = { version = "0.5", default-features = false }
parking_lot = "0.12"

0 comments on commit 095c060

Please sign in to comment.