merge metal features

This commit is contained in:
jhqxxx
2026-01-07 23:04:00 +08:00
parent dd70fa8f63
commit d7df9afb70
4 changed files with 191 additions and 3 deletions
+1
View File
@@ -40,6 +40,7 @@ symphonia = { version = "0.5.5", features = ["mp3", "wav"] }
[features]
flash-attn=["candle-flash-attn"]
cuda=["candle-nn/cuda", "candle-core/cuda", "candle-transformers/cuda"]
metal=["candle-nn/metal", "candle-core/metal", "candle-transformers/metal"]
ffmpeg=["ffmpeg-next"]
[lints.clippy]