Skip to content

Commit

Permalink
Pin candle-core version to "0.3.0" version (tracel-ai#950)
Browse files Browse the repository at this point in the history
Candle core 0.3.1 release contains a breaking changes so this is a workaround to pin to "0.3.0".
  • Loading branch information
antimora authored Nov 12, 2023
1 parent e255472 commit f53ab06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion burn-candle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ cuda = ["candle-core/cuda"]
derive-new = { workspace = true }
burn-tensor = { path = "../burn-tensor", version = "0.11.0", default-features = false }
half = { workspace = true }
candle-core = { version = "0.3.0" }

# TODO remove pinned version ("=") once candle-core is updated to 0.3.1
candle-core = { version = "=0.3.0" }

[dev-dependencies]
burn-autodiff = { path = "../burn-autodiff", version = "0.11.0", default-features = false, features = [
Expand Down

0 comments on commit f53ab06

Please sign in to comment.