aboutsummaryrefslogtreecommitdiff
path: root/working/meeting-transcription-service/systemd/meeting-transcribe.service
blob: 92f5ef44b9daca27ef1ead5c4b84d31223add135 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Transcribe queued meeting recordings (whisper + pyannote)

[Service]
Type=oneshot
ExecStart=%h/.local/share/pyannote-diarize/src/transcribe-worker
# The pyannote model is cached after its first download; never reach for the network.
Environment=HF_HUB_OFFLINE=1
Nice=5