28 lines
500 B
Text
28 lines
500 B
Text
# Whisper Parallel Configuration
|
|
# SSH Key Configuration
|
|
KEY_NAME=whisper-key
|
|
KEY_FILE=$HOME/.ssh/whisper-key.pem
|
|
SECURITY_GROUP=whisper-sg
|
|
|
|
# AWS Instance Configuration
|
|
INSTANCE_TYPE=g4dn.12xlarge
|
|
REGION=eu-south-1
|
|
AMI_ID=ami-059603706d3734615
|
|
|
|
# Video/Audio Processing
|
|
VIDEO_FILE=mio_video.mp4
|
|
START_MIN=0
|
|
END_MIN=0
|
|
SHIFT_SECONDS=0
|
|
SHIFT_ONLY=false
|
|
INPUT_PREFIX=
|
|
|
|
# GPU Configuration
|
|
GPU_COUNT=1
|
|
|
|
# Processing Options
|
|
NUM_SPEAKERS=
|
|
FIX_START=true
|
|
|
|
# API Tokens
|
|
HF_TOKEN=your_huggingface_token_here
|