Merge pull request #142 from arizhih/update-whisper-cpp
Update whisper.cpp version to 1.6.2
This commit is contained in:
commit
d7c20844fd
9 changed files with 1875 additions and 256 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "whisper-rs-sys"
|
||||
version = "0.8.1"
|
||||
version = "0.10.0"
|
||||
edition = "2021"
|
||||
description = "Rust bindings for whisper.cpp (FFI bindings)"
|
||||
license = "Unlicense"
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ fn main() {
|
|||
}
|
||||
|
||||
if cfg!(feature = "cuda") {
|
||||
config.define("WHISPER_CUBLAS", "ON");
|
||||
config.define("WHISPER_CUDA", "ON");
|
||||
}
|
||||
|
||||
if cfg!(feature = "openblas") {
|
||||
|
|
|
|||
1901
sys/src/bindings.rs
1901
sys/src/bindings.rs
File diff suppressed because it is too large
Load diff
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b9af32a8b3fa7e2ae5f15a9a08f5b10394993f5
|
||||
Subproject commit c7b6988678779901d02ceba1a8212d2c9908956e
|
||||
Loading…
Add table
Add a link
Reference in a new issue