asr-service/start.sh

8 lines
251 B
Bash
Executable File

#!/bin/bash
cd /data/ymq/asr-service
export ASR_GPU_ID=6
export CUDA_VISIBLE_DEVICES=6
export PYTHONPATH=/data/ymq/asr-service
nohup /data/ymq/wan22-service/py3/bin/python ah.py > nohup.out 2>&1 &
echo "asr-service started, PID: $!, GPU: $ASR_GPU_ID"