From 0ee2a0f3e606a2c9ed2d1a4f2e7520bcb8c36def Mon Sep 17 00:00:00 2001 From: Xin Hao Date: Sat, 4 May 2024 15:33:56 +0800 Subject: [PATCH] build: patch the kalosm in llm candle inference --- examples/llm-candle-inference/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/llm-candle-inference/Cargo.toml b/examples/llm-candle-inference/Cargo.toml index ed8f0137f..626ffbf4f 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"