Skip to content

Commit

Permalink
Update candle-nn 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-nn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 12dec48 commit ac90dc6
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
Expand Up @@ -11,7 +11,7 @@ default-run = "surya"
[dependencies]
anyhow = { version = "1.0.79", optional = true }
candle-core = { version = "0.4.1" }
candle-nn = { version = "0.4.1" }
candle-nn = { version = "0.6.0" }
clap = { version = "4.4.18", features = ["derive"], optional = true }
env_logger = { version = "0.11.0" }
hf-hub = { version = "0.3.2" }
Expand Down

0 comments on commit ac90dc6

Please sign in to comment.