diff --git a/crates/synapse-cognition/Cargo.toml b/crates/synapse-cognition/Cargo.toml index 46b7d72..d2c9e22 100644 --- a/crates/synapse-cognition/Cargo.toml +++ b/crates/synapse-cognition/Cargo.toml @@ -29,7 +29,7 @@ uuid = { workspace = true } candle-core = "0.8.0" candle-nn = "0.9.1" candle-transformers = "0.8.0" -tokenizers = "0.19" +tokenizers = "0.23" ndarray = "0.17" # Randomness diff --git a/crates/synapse-infra/Cargo.toml b/crates/synapse-infra/Cargo.toml index 1c8eeea..88856f7 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"] } +tokenizers = { version = "0.23", default-features = false, features = ["onig"] } ndarray = "0.17" candle-core = { workspace = true } candle-nn = { workspace = true }