Merge branch 'master' into log-trampolines

This commit is contained in:
Niko 2024-03-15 20:04:10 +00:00 committed by GitHub
commit 8bc3a435f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 106 additions and 22 deletions

View file

@ -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"]