diff --git a/Cargo.toml b/Cargo.toml index 15a1362..4c4fd17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bigdecimal = "0.4.7" # candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.5.1" } candle = { version = "0.8.4", package = "candle-core", default-features = false } # candle = { git = "https://github.com/huggingface/candle.git", package = "candle-core", default-features = false } -candle-nn = "0.8.4" +candle-nn = "0.9.1" # candle-nn = { git = "https://github.com/huggingface/candle.git" } # candle-onnx = "0.8" # candle-transformers = { git = "https://github.com/huggingface/candle.git" }