Cargo Features
whisper-rs has no features set by default.
[dependencies]
whisper-rs = { version = "0.13.0", features = ["raw-api", "coreml", "cuda", "hipblas", "openblas", "metal", "vulkan", "test-with-tiny-model", "whisper-cpp-log", "whisper-cpp-tracing", "openmp"] }
- raw-api
- coreml
-
Enables coreml of whisper-rs-sys
- cuda
-
Enables cuda of whisper-rs-sys
- hipblas
-
Enables hipblas of whisper-rs-sys
- openblas
-
Enables openblas of whisper-rs-sys
- metal
-
Enables metal of whisper-rs-sys
- vulkan
-
Enables vulkan of whisper-rs-sys
- test-with-tiny-model
- whisper-cpp-log
-
Enables log
- whisper-cpp-tracing
-
Enables tracing
- openmp
-
Enables openmp of whisper-rs-sys
whisper-rs has 11 features without comments.