remove empty lines

This commit is contained in:
root
2025-04-03 05:25:29 +00:00
parent 9401842930
commit 2428d01a56
2 changed files with 2 additions and 10 deletions

View File

@@ -1,9 +1,3 @@
FROM nvcr.io/nvidia/tritonserver:24.12-py3
RUN pip install tritonclient[grpc] tensorrt-llm==0.16.0 torchaudio==2.5.1 jieba pypinyin librosa vocos
WORKDIR /workspace
WORKDIR /workspace

View File

@@ -1,5 +1,3 @@
stage=$1
stop_stage=$2
model=$3 # F5TTS_Base
@@ -69,4 +67,4 @@ if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then
reference_text="Some call me nature, others call me mother nature."
target_text="I don't really care what you call me. I've been a silent spectator, watching species evolve, empires rise and fall. But always remember, I am mighty and enduring."
python3 client_http.py --reference-audio $audio --reference-text "$reference_text" --target-text "$target_text"
fi
fi