-
Notifications
You must be signed in to change notification settings - Fork 0
First Time Setup
Adam Klement edited this page Jul 23, 2026
·
1 revision
lwt setupThe wizard will:
- Check Python, ffmpeg, CUDA
- Show Whisper models (size, RAM)
- Download selected model (skips if already cached)
- Optionally configure diarization — HuggingFace Diarization
- Optionally configure Ollama — Ollama
lwt setup --quick
lwt setup --model small
lwt setup --model medium --forceModels download to:
-
Windows:
%USERPROFILE%\.cache\huggingface\hub\ -
Linux/macOS:
~/.cache/huggingface/hub/
If a model is already downloaded, setup asks re-download? with default No.
Next: Usage