Skip to content

Commit

Permalink
build(deps): bump candle-core from 0.6.0 to 0.7.2 in /native/candlex
Browse files Browse the repository at this point in the history
Bumps [candle-core](https://github.com/huggingface/candle) from 0.6.0 to 0.7.2.
- [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md)
- [Commits](huggingface/candle@0.6.0...0.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent e2ef112 commit 5c1f236
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.6.0"
candle-core = "0.7.2"
half = "2.4.1"
num-traits = "0.2.19"
rustler = { version = "0.34.0", default-features = false, features = ["nif_version_2_16"] }
Expand Down

0 comments on commit 5c1f236

Please sign in to comment.