update whisper-rs-sys to 0.6.1
This commit is contained in:
parent
2c8fd9cdc4
commit
683787b6e2
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Version 0.8.0 (-sys bindings 0.6.1) (2023-06-18)
|
||||||
|
* Fix CUDA and OpenCL build broken due to missing API headers.
|
||||||
|
* Use PIC when building whisper.cpp (fixes building a cdylib on x86 Linux)
|
||||||
|
|
||||||
# Version 0.8.0 (2023-05-14)
|
# Version 0.8.0 (2023-05-14)
|
||||||
* Update upstream whisper.cpp to v1.4.2 (OpenCL support)
|
* Update upstream whisper.cpp to v1.4.2 (OpenCL support)
|
||||||
* Add CUDA and OpenCL support to bindings
|
* Add CUDA and OpenCL support to bindings
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "whisper-rs-sys"
|
name = "whisper-rs-sys"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Rust bindings for whisper.cpp (FFI bindings)"
|
description = "Rust bindings for whisper.cpp (FFI bindings)"
|
||||||
license = "Unlicense"
|
license = "Unlicense"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue