From e27ee98d3f52490ef2f9ef6dc1fdf07698052c61 Mon Sep 17 00:00:00 2001 From: laurent Date: Thu, 29 Jun 2023 13:17:20 +0100 Subject: [PATCH] Add backtraces. --- candle-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle-core/Cargo.toml b/candle-core/Cargo.toml index bd8d4104..1b7ef4c4 100644 --- a/candle-core/Cargo.toml +++ b/candle-core/Cargo.toml @@ -23,7 +23,7 @@ num-traits = "0.2.15" num_cpus = "1.15.0" [dev-dependencies] -anyhow = "1" +anyhow = { version = "1", features = ["backtrace"] } clap = { version = "4.2.4", features = ["derive"] } rand = "0.8.5" tokenizers = { version = "0.13.3", default-features=false, features=["onig"] }