Skip to content

Commit

Permalink
build(deps): bump candle-core from 0.4.1 to 0.5.0 in /native/candlex (#…
Browse files Browse the repository at this point in the history
…167)

Bumps [candle-core](https://github.com/huggingface/candle) from 0.4.1 to 0.5.0.
- [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/huggingface/candle/commits)

---
updated-dependencies:
- dependency-name: candle-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 5cc46f4 commit e39ad39
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 15 deletions.
138 changes: 124 additions & 14 deletions native/candlex/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 native/candlex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
candle-core = "0.4.1"
candle-core = "0.5.0"
half = "2.4.1"
num-traits = "0.2.19"
rustler = { version = "0.32.1", default-features = false, features = ["derive", "nif_version_2_16"] }
Expand Down

0 comments on commit e39ad39

Please sign in to comment.