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

@ -31,6 +31,7 @@ cuda = ["whisper-rs-sys/cuda", "_gpu"]
hipblas = ["whisper-rs-sys/hipblas", "_gpu"]
openblas = ["whisper-rs-sys/openblas"]
metal = ["whisper-rs-sys/metal", "_gpu"]
vulkan = ["whisper-rs-sys/vulkan", "_gpu"]
_gpu = []
test-with-tiny-model = []
whisper-cpp-log = ["dep:log"]