Removing cuda default.

Seems very important for a lot of exploring users usually on laptop
without GPUs.

Adding more README instructions in a follow up.
This commit is contained in:
Nicolas Patry
2023-07-14 16:52:15 +02:00
parent 88f666781f
commit 4ed56d7861
12 changed files with 62 additions and 14 deletions

View File

@ -2,13 +2,15 @@
members = [
"candle-core",
"candle-examples",
"candle-kernels",
"candle-hub",
"candle-nn",
"candle-pyo3",
"candle-transformers",
"candle-wasm-example",
]
exclude = [
"candle-kernels",
"candle-pyo3",
]
[profile.release-with-debug]
inherits = "release"