update whisper-rs to v0.7.0

This commit is contained in:
Zero 2023-05-10 14:07:22 -06:00
parent 060b9b5697
commit 7251519c61
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,12 @@
# Version 0.7.0 (2023-05-10)
* Update upstream whisper.cpp to v1.4.0 (integer quantization support, see last point for CUDA support)
* Expose `WhisperState` as a public type, allowing for more control over the state.
* `WhisperContext::create_state` now returns a `WhisperState` instead of `()`.
* All methods that took a key argument in v0.6.0 have been moved to `WhisperState`.
* Generic key argument on `WhisperContext` has been removed.
* Note: CUDA and OpenCL acceleration is supported on the `cuda-and-opencl-support` branch of the git repo,
and will probably be released in v0.8.0.
# Version 0.6.0 (2023-04-17)
* Update upstream whisper.cpp to v1.3.0
* Fix breaking changes in update, which cascade to users: