diff --git a/crates/synapse-infra/Cargo.toml b/crates/synapse-infra/Cargo.toml index b06ca58b..96213dfe 100644 --- a/crates/synapse-infra/Cargo.toml +++ b/crates/synapse-infra/Cargo.toml @@ -39,7 +39,7 @@ futures = "0.3" # AI Inference ort = { workspace = true } tokenizers = { version = "0.19", default-features = false, features = ["onig"] } -ndarray = "0.16" +ndarray = "0.17" candle-core = { workspace = true } candle-nn = { workspace = true } candle-transformers = { workspace = true }