mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
Add a cudnn feature to candle-nn/candle-transformers. (#2890)
This commit is contained in:
@ -18,7 +18,10 @@ half = { version = "2.3.1", features = ["num-traits"] }
|
||||
bindgen_cuda = "0.1.1"
|
||||
anyhow = { version = "1", features = ["backtrace"] }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { version = "1", features = ["backtrace"] }
|
||||
candle-nn = { path = "../candle-nn", features = ["cuda"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
cudnn = ["candle/cudnn"]
|
||||
|
Reference in New Issue
Block a user