Files
WhisperLiveKit/docs/models_compatible_formats.md
2025-10-23 20:32:05 +02:00

413 B

Model Path Formats

The --model-path parameter accepts:

File Path

  • .pt format only (required for AlignAtt policy decoder)

Must contain:

  • .pt file (required for decoder)

May optionally contain:

  • .bin file - faster-whisper model for encoder (requires faster-whisper)
  • weights.npz or weights.safetensors - for encoder (requires whisper-mlx)