feat: add vulkan with new whisper.cpp structure
Co-authored-by: newfla <newfla@hotmail.it>
This commit is contained in:
parent
044e085555
commit
e33cc3eb22
5 changed files with 22 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue