diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-03-30 15:49:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-30 15:49:37 +0100 |
commit | 3144150b8d1b80b2c6b469dcab5b717598f0a458 (patch) | |
tree | 7d4b05e35c35e163e094026be8461477b8338ffe /Cargo.toml | |
parent | b190fd85920dfeb93c091593d42fda596c3a83a7 (diff) | |
download | candle-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ members = [ "candle-transformers", "candle-wasm-examples/*", "candle-wasm-tests", + "tensor-tools", ] exclude = [ "candle-flash-attn", |