Files
2026-05-19 10:12:57 +00:00

14 lines
486 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# HuggingFace token (обязателен для pyannote)
# Получить: https://huggingface.co/settings/tokens
# Принять условия:
# https://huggingface.co/pyannote/segmentation-3.0
# https://huggingface.co/pyannote/speaker-diarization-3.1
HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Whisper settings
WHISPER_MODEL=large-v3
WHISPER_BATCH_SIZE=16
# Pyannote device: cpu (рекомендуется) или cuda (нужен PyTorch с CUDA)
PYANNOTE_DEVICE=cuda