Skip to content

Commit

Permalink
Add candle-nn deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Sep 5, 2024
1 parent 903e97c commit 9fc0744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions candle-holder-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ tokenizers = ["candle-holder-tokenizers"]
metal = ["candle-core/metal", "candle-nn/metal", "candle-metal-kernels"]
cuda = ["candle-core/cuda", "candle-nn/cuda"]
cudnn = ["candle-core/cudnn"]
accelerate = ["candle-core/accelerate"]
mkl = ["candle-core/mkl"]
accelerate = ["candle-core/accelerate", "candle-nn/accelerate"]
mkl = ["candle-core/mkl", "candle-nn/mkl"]
flash-attn = ["candle-flash-attn"]

0 comments on commit 9fc0744

Please # to comment.