mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Merge branch 'main' into upgrade_bert
This commit is contained in:
@ -14,6 +14,7 @@ readme = "README.md"
|
||||
candle = { path = "../candle-core", default-features=false }
|
||||
serde = { version = "1.0.166", features = ["derive"] }
|
||||
serde_json = "1.0.99"
|
||||
num-traits = "0.2.15"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { version = "1", features = ["backtrace"] }
|
||||
@ -22,6 +23,7 @@ clap = { version = "4.2.4", features = ["derive"] }
|
||||
rand = "0.8.5"
|
||||
tokenizers = { version = "0.13.3", default-features=false, features=["onig"] }
|
||||
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }
|
||||
wav = "1.0.0"
|
||||
|
||||
[features]
|
||||
default = ["cuda"]
|
||||
|
Reference in New Issue
Block a user