Skip to content

Commit 09a6bfc

Browse files
Update candle-core requirement from 0.3 to 0.10 (vsilent#101)
Updates the requirements on [candle-core](https://github.com/huggingface/candle) to permit the latest version. - [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md) - [Commits](https://github.com/huggingface/candle/commits/0.10.0) --- updated-dependencies: - dependency-name: candle-core dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdaf42e commit 09a6bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ netlink-packet-route = "0.17"
6666
netlink-sys = "0.8"
6767

6868
# ML (optional)
69-
candle-core = { version = "0.3", optional = true }
69+
candle-core = { version = "0.10", optional = true }
7070
candle-nn = { version = "0.3", optional = true }
7171

7272
[features]

0 commit comments

Comments
 (0)