mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user