Update whisper.cpp version to 1.5.5
This commit is contained in:
parent
018447cc3a
commit
813a433a52
7 changed files with 59 additions and 8 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"
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ fn main() {
|
|||
}
|
||||
|
||||
if cfg!(feature = "cuda") {
|
||||
config.define("WHISPER_CUBLAS", "ON");
|
||||
config.define("WHISPER_CUDA", "ON");
|
||||
}
|
||||
|
||||
if cfg!(feature = "openblas") {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b9af32a8b3fa7e2ae5f15a9a08f5b10394993f5
|
||||
Subproject commit 7395c70a748753e3800b63e3422a2b558a097c80
|
||||
Loading…
Add table
Add a link
Reference in a new issue