Files
candle/Cargo.toml
Laurent Mazare 50b0946a2d Tensor mutability (#154)
* Working towards tensor mutability.

* Use a ref-cell to provide tensor mutability.
2023-07-13 11:04:40 +01:00

15 lines
236 B
TOML

[workspace]
members = [
"candle-core",
"candle-examples",
"candle-kernels",
"candle-hub",
"candle-nn",
# "candle-pyo3",
"candle-transformers",
]
[profile.release-with-debug]
inherits = "release"
debug = true