Merge branch 'master' into log-trampolines
This commit is contained in:
commit
8bc3a435f2
4 changed files with 106 additions and 22 deletions
|
|
@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]
|
|||
|
||||
[package]
|
||||
name = "whisper-rs"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
edition = "2021"
|
||||
description = "Rust bindings for whisper.cpp"
|
||||
license = "Unlicense"
|
||||
|
|
@ -20,11 +20,11 @@ tracing = { version = "0.1", optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
hound = "3.5.0"
|
||||
rand = "0.8.4"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
simd = []
|
||||
coreml = ["whisper-rs-sys/coreml"]
|
||||
cuda = ["whisper-rs-sys/cuda", "_gpu"]
|
||||
opencl = ["whisper-rs-sys/opencl"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue