Add support for new whisper.cpp project structure
Remove opencl feature, removed in whisper.cpp Add openmp feature and enable by default as in whisper.cpp Update bindings
This commit is contained in:
parent
744804a8aa
commit
ec609f18ff
10 changed files with 164 additions and 371 deletions
|
|
@ -72,8 +72,6 @@ All disabled by default unless otherwise specified.
|
|||
as whisper-rs-sys may be upgraded to a breaking version in a patch release of whisper-rs.
|
||||
* `cuda`: enable CUDA support. Implicitly enables hidden GPU flag at runtime.
|
||||
* `hipblas`: enable ROCm/hipBLAS support. Only available on linux. Implicitly enables hidden GPU flag at runtime.
|
||||
* `opencl`: enable OpenCL support. Upstream whisper.cpp does not treat OpenCL as a GPU, so it is always enabled at
|
||||
runtime.
|
||||
* `openblas`: enable OpenBLAS support.
|
||||
* `metal`: enable Metal 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue