-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Adam Klement edited this page Jul 23, 2026
·
1 revision
lwt transcribe <file>
lwt t <file> # alias| Flag | Description |
|---|---|
--language, -l
|
Source language or auto-detect |
--prompt, -p
|
Context prompt |
--model, -m
|
tiny, base, small, medium, large-v3 |
--format, -f
|
txt, srt, vtt, json |
--output, -o
|
Output file |
--task |
transcribe (default) or translate (English only) |
--diarize |
Speaker identification — HuggingFace Diarization |
--num-speakers |
Hint for diarization |
--speaker-names |
Comma-separated names |
--hf-token |
HuggingFace token |
--translate-to |
Translate via Ollama |
--clean |
Clean transcript via Ollama |
--summarize |
Meeting summary via Ollama |
--ollama-model |
Ollama model for post-processing |
lwt clean <transcript>
lwt clean meeting.txt -o meeting.clean.txtlwt setup
lwt onboard # alias
lwt setup --model medium
lwt setup --quick
lwt setup --model small --forcelwt models list
lwt models status
lwt models download small
lwt models download medium --forcelwt install cuda # CUDA 12 cuBLAS + cuDNN
lwt install cuda --toolkit # + NVIDIA CUDA Toolkit (Windows)
lwt install diarization # pyannote.audio
lwt install checklwt ollama status
lwt ollama list
lwt ollama pull llama3.2lwt config show
lwt config set whisper.model medium
lwt config set diarization.hf_token hf_xxx
lwt config path
lwt config resetSee Configuration for all keys.