Pin candle-core version for pickle load parameters fix

NOTE: this is not mean to make it to the main branch, just a temporary fix for the ResNet tutorial until a new version is released
This commit is contained in:
Guillaume Lagrange 2024-02-08 12:57:22 -05:00
parent fb6cc2db62
commit 75cb5b6d56
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pytorch = ["burn/record-item-custom-serde", "thiserror"]
burn = { path = "../burn", version = "0.13.0", features = ["ndarray"] }
bytemuck = { workspace = true }
candle-core = { workspace = true }
candle-core = { git = "https://github.com/huggingface/candle.git", rev = "020a979de2e0d17b5c1a38bb9f40f4de73954cd5" }
derive-new = { workspace = true }
half = { workspace = true }
log = { workspace = true }