summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-03-30 15:49:37 +0100
committerGitHub <noreply@github.com>2024-03-30 15:49:37 +0100
commit3144150b8d1b80b2c6b469dcab5b717598f0a458 (patch)
tree7d4b05e35c35e163e094026be8461477b8338ffe /Cargo.toml
parentb190fd85920dfeb93c091593d42fda596c3a83a7 (diff)
downloadcandle-3144150b8d1b80b2c6b469dcab5b717598f0a458.tar.gz
candle-3144150b8d1b80b2c6b469dcab5b717598f0a458.tar.bz2
candle-3144150b8d1b80b2c6b469dcab5b717598f0a458.zip
Move the tensor-tools binary in a separate crate. (#1969)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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",