build: first commit

This commit is contained in:
2026-05-19 10:12:57 +00:00
commit dc77aaed9e
13 changed files with 1258 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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