first commit
This commit is contained in:
commit
b6d47982c7
8 changed files with 1353 additions and 0 deletions
28
.env.sample
Normal file
28
.env.sample
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue