feat: add vulkan with new whisper.cpp structure

Co-authored-by: newfla <newfla@hotmail.it>
This commit is contained in:
thewh1teagle 2024-08-18 21:23:46 +03:00
parent 044e085555
commit e33cc3eb22
No known key found for this signature in database
5 changed files with 22 additions and 1 deletions

View file

@ -74,6 +74,7 @@ All disabled by default unless otherwise specified.
* `hipblas`: enable ROCm/hipBLAS support. Only available on linux. Implicitly enables hidden GPU flag at runtime.
* `openblas`: enable OpenBLAS support.
* `metal`: enable Metal support. Implicitly enables hidden GPU flag at runtime.
* `vulkan`: enable Vulkan support. Implicitly enables hidden GPU flag at runtime.
* `whisper-cpp-log`: allows hooking into whisper.cpp's log output and sending it to the `log` backend. Requires calling
* `whisper-cpp-tracing`: allows hooking into whisper.cpp's log output and sending it to the `tracing` backend.