From ca4547c803469bd51c00ce5eda2f18dd249c8f10 Mon Sep 17 00:00:00 2001 From: Thomas Santerre Date: Fri, 15 Mar 2024 10:18:21 -0400 Subject: [PATCH] update candle to version 0.4 (#6) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9713b2..820f6d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,8 +57,8 @@ test_masked_fill = ["masked_fill", "triangular", "logical_not"] [dependencies] -candle-core = "0.3" -candle-nn = "0.3" +candle-core = "0.4" +candle-nn = "0.4" num-traits = "0.2"