Initial support for CUDA and OpenCL
This commit is contained in:
parent
330024a8af
commit
9b3bebf4b5
3 changed files with 46 additions and 42 deletions
|
|
@ -21,8 +21,12 @@ dashmap = "5"
|
|||
hound = "3.5.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
simd = []
|
||||
coreml = ["whisper-rs-sys/coreml"]
|
||||
cuda = ["whisper-rs-sys/cuda"]
|
||||
opencl = ["whisper-rs-sys/opencl"]
|
||||
test-with-tiny-model = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue