mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +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:
@ -20,6 +20,6 @@ rand = "0.8.5"
|
||||
wav = "1.0.0"
|
||||
|
||||
[features]
|
||||
default = ["cuda"]
|
||||
default = []
|
||||
cuda = ["candle/cuda", "candle-nn/cuda"]
|
||||
mkl = ["dep:intel-mkl-src", "candle/mkl", "candle-nn/mkl"]
|
||||
|
Reference in New Issue
Block a user