Merge branch 'pr/happynewplay/41'

This commit is contained in:
jhqxxx
2026-04-06 18:23:23 +08:00
33 changed files with 11898 additions and 23 deletions
+5
View File
@@ -45,6 +45,9 @@ sentencepiece = "0.13.1"
ahash = "0.8.12"
derive_builder = "0.20.2"
[patch.crates-io]
esaxx-rs = { path = "vendor/esaxx-rs" }
[features]
flash-attn = ["candle-flash-attn"]
cuda = ["candle-nn/cuda", "candle-core/cuda", "candle-transformers/cuda"]
@@ -55,3 +58,5 @@ ffmpeg = ["ffmpeg-next"]
needless_range_loop = "allow"
single_range_in_vec_init = "allow"
manual_div_ceil = "allow"
[dev-dependencies]