Add a feature flag for Metal acceleration support
This commit is contained in:
parent
7dac364460
commit
253ac1bb6f
3 changed files with 17 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ coreml = ["whisper-rs-sys/coreml"]
|
|||
cuda = ["whisper-rs-sys/cuda"]
|
||||
opencl = ["whisper-rs-sys/opencl"]
|
||||
openblas = ["whisper-rs-sys/openblas"]
|
||||
metal = ["whisper-rs-sys/metal"]
|
||||
test-with-tiny-model = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue