From 3144150b8d1b80b2c6b469dcab5b717598f0a458 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Sat, 30 Mar 2024 15:49:37 +0100 Subject: Move the tensor-tools binary in a separate crate. (#1969) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d71cc4bc..313c68f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ members = [ "candle-transformers", "candle-wasm-examples/*", "candle-wasm-tests", + "tensor-tools", ] exclude = [ "candle-flash-attn", -- cgit v1.2.3