.get_native_whisper_model: Get or create cached native whisper model
Description
Get or create cached native whisper model
Usage
.get_native_whisper_model(model, device = "auto")
Value
Loaded whisper model object
Arguments
- model
Model name (e.g., "tiny", "base", "small", "medium", "large-v3")
- device
Device to use ("auto", "cpu", "cuda")