Update Cargo.toml

This commit is contained in:
donjuanplatinum 2024-07-14 19:13:21 +08:00 committed by GitHub
parent dbcbef6fd7
commit 19b44b7b4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,5 +32,5 @@ bindgen_cuda = { version = "0.1.1", optional = true }
[features]
default = []
cuda = ["candle/cuda", "candle-nn/cuda", "candle-transformers/cuda", "dep:bindgen_cuda"]
cuda = ["candle-core/cuda", "candle-nn/cuda", "candle-transformers/cuda", "dep:bindgen_cuda"]