Move the tensor-tools binary in a separate crate. (#1969)

This commit is contained in:
Laurent Mazare
2024-03-30 15:49:37 +01:00
committed by GitHub
parent b190fd8592
commit 3144150b8d
4 changed files with 39 additions and 22 deletions

View File

@ -9,6 +9,7 @@ members = [
"candle-transformers",
"candle-wasm-examples/*",
"candle-wasm-tests",
"tensor-tools",
]
exclude = [
"candle-flash-attn",