update whisper-rs-sys to 0.6.1

This commit is contained in:
Zero 2023-06-18 10:12:02 -06:00
parent 2c8fd9cdc4
commit 683787b6e2
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 5 additions and 1 deletions

View file

@ -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)
* Update upstream whisper.cpp to v1.4.2 (OpenCL support)
* Add CUDA and OpenCL support to bindings