Sketch the candle-nn crate. (#115)

* Sketch the candle-nn crate.

* Tweak the cuda dependencies.

* More cuda tweaks.
This commit is contained in:
Laurent Mazare
2023-07-10 08:50:09 +01:00
committed by GitHub
parent bc3be6f9b0
commit 9ce0f1c010
13 changed files with 230 additions and 315 deletions

View File

@ -4,6 +4,7 @@ members = [
"candle-examples",
"candle-kernels",
"candle-hub",
"candle-nn",
"candle-pyo3",
]