mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 04:22:50 +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:
@ -34,6 +34,6 @@ zip = { version = "0.6.6", default-features=false }
|
||||
anyhow = { version = "1", features = ["backtrace"] }
|
||||
|
||||
[features]
|
||||
default = ["cuda"]
|
||||
default = []
|
||||
cuda = ["dep:cudarc", "dep:candle-kernels"]
|
||||
mkl = ["dep:libc", "dep:intel-mkl-src"]
|
||||
|
Reference in New Issue
Block a user