Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update candle-core requirement from 0.4.1 to 0.6.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: candle-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jul 1, 2024
1 parent 12dec48 commit cdeab48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ default-run = "surya"

[dependencies]
anyhow = { version = "1.0.79", optional = true }
candle-core = { version = "0.4.1" }
candle-core = { version = "0.6.0" }
candle-nn = { version = "0.4.1" }
clap = { version = "4.4.18", features = ["derive"], optional = true }
env_logger = { version = "0.11.0" }

0 comments on commit cdeab48

Please sign in to comment.