Files
enginex-bi_series-tts/bi_v100-gpt-sovits/launch_gsv.sh
2025-08-14 10:02:15 +08:00

16 lines
288 B
Bash
Executable File

#!/bin/bash
if [ -z "$MODEL_DIR" ]; then
export MODEL_DIR="/models/GPT-SoVITS"
fi
if [ -z "$NLTK_DATA" ]; then
export NLTK_DATA="/models/GPT-SoVITS/nltk_data"
fi
if [ -z "$bert_path" ]; then
export bert_path="${MODEL_DIR}/chinese-roberta-wwm-ext-large"
fi
python3 gsv_server.py