Files
candle/Cargo.toml
Laurent Mazare 9ce0f1c010 Sketch the candle-nn crate. (#115)
* Sketch the candle-nn crate.

* Tweak the cuda dependencies.

* More cuda tweaks.
2023-07-10 08:50:09 +01:00

14 lines
208 B
TOML

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