Files
candle/Cargo.toml
Laurent Mazare ba35d895e7 Sketch the candle-transformers crate. (#147)
* Sketch the candle-transformers crate.

* Format the empty files.
2023-07-12 13:49:31 +01:00

15 lines
235 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