Cargo Features

whisper-rs has no features set by default.

[dependencies]
whisper-rs = { version = "0.14.2", features = ["raw-api", "coreml", "cuda", "hipblas", "openblas", "metal", "vulkan", "openmp", "test-with-tiny-model", "log_backend", "tracing_backend"] }
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

openmp

Enables openmp of whisper-rs-sys

test-with-tiny-model
log_backend

Bring logs into Rust via the log crate. *Warning*: not mutually exclusive with tracing_backend,
will result in duplicate logs if both are enabled and one consumes logs from the other.

Enables log

tracing_backend

Bring logs into Rust via the tracing crate. *Warning*: not mutually exclusive with log_backend,
will result in duplicate logs if both are enabled and one consumes logs from the other.

Enables tracing