diff --git a/examples/llm-candle-inference/Cargo.toml b/examples/llm-candle-inference/Cargo.toml index ed8f0137..626ffbf4 100644 --- a/examples/llm-candle-inference/Cargo.toml +++ b/examples/llm-candle-inference/Cargo.toml @@ -32,6 +32,8 @@ futures-util = "0.3.30" axum-streams = { version = "0.14.2", features = ["text"] } zstd-sys = { version = "=2.0.9" } +[patch.crates-io] +kalosm = { git = "https://github.com/floneum/floneum.git", package = "interfaces/kalosm", branch = "main" } [[bin]] name = "inference"