6 lines
269 B
Bash
Executable File
6 lines
269 B
Bash
Executable File
echo start 3 instances for f5tts engine
|
|
rundir=/share/ymq/run/f5tts
|
|
CUDA_VISIBLE_DEVICES=4 ${rundir}/f5tts.env/bin/python ${rundir}/app/f5tts.py -w ${rundir} -p 9995 &
|
|
CUDA_VISIBLE_DEVICES=4 ${rundir}/f5tts.env/bin/python ${rundir}/app/f5tts.py -w ${rundir} -p 9995 &
|
|
|