Spaces:
Runtime error
Runtime error
how to run cli.py in background ?
#35
by
benroll
- opened
When running python cli.py ... &
in backround under linux bash, the command is hangging afterProcessing VAD in chunk from 00:00.000 to 01:00.587
Here is the full command :python cli.py --whisper_implementation faster-whisper --model large-v2 --diarization False --device cuda --model_dir ~/models -o/tmp/filelist_b5d355f8-37f6-414e-8ee9-c99dd8f297de /tmp/filelist_b5d355f8-37f6-414e-8ee9-c99dd8f297de/02.ts
I am not used to such python specific cases,
would you know any way to bypass or avoid this problem ?