init
This commit is contained in:
13
RUN_GPU.sh
Executable file
13
RUN_GPU.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# GPU-accelerated transcription with sentence extraction
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
export LD_LIBRARY_PATH=".venv/lib/python3.13/site-packages/nvidia/cudnn/lib:.venv/lib/python3.13/site-packages/nvidia/cublas/lib:${LD_LIBRARY_PATH}"
|
||||
|
||||
.venv/bin/python3 transcribe_speakers.py \
|
||||
--sentence-mode \
|
||||
--model large \
|
||||
--interval 5 \
|
||||
--min-duration 2 \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user