update CHANGELOG.md

This commit is contained in:
Zero 2023-05-14 14:37:29 -06:00
parent 1acffbac45
commit c557529e5b
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -1,3 +1,11 @@
# Version 0.8.0 (2023-05-14)
* Update upstream whisper.cpp to v1.4.2 (OpenCL support)
* Add CUDA and OpenCL support to bindings
* No MacOS testers were able to test CoreML support, so it may be broken. Please open an issue if it is.
* Enable CUDA support by enabling the `cuda` feature.
* Enable OpenCL support by enabling the `opencl` feature.
* Add `FullParams::set_detect_language`
# 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.