Interface WhisperConfig

interface WhisperConfig {
    gpu: boolean;
    offload: number;
}

Properties

Properties

gpu: boolean

Whether to use the GPU or not.

offload: number

Time in seconds to wait before offloading the model if it's not being used.