root commited on
Commit
115959b
·
1 Parent(s): 7c1f567

remove empty lines

Browse files
src/f5_tts/runtime/triton_trtllm/Dockerfile.server CHANGED
@@ -1,9 +1,3 @@
1
  FROM nvcr.io/nvidia/tritonserver:24.12-py3
2
  RUN pip install tritonclient[grpc] tensorrt-llm==0.16.0 torchaudio==2.5.1 jieba pypinyin librosa vocos
3
- WORKDIR /workspace
4
-
5
-
6
-
7
-
8
-
9
-
 
1
  FROM nvcr.io/nvidia/tritonserver:24.12-py3
2
  RUN pip install tritonclient[grpc] tensorrt-llm==0.16.0 torchaudio==2.5.1 jieba pypinyin librosa vocos
3
+ WORKDIR /workspace
 
 
 
 
 
 
src/f5_tts/runtime/triton_trtllm/run.sh CHANGED
@@ -1,5 +1,3 @@
1
-
2
-
3
  stage=$1
4
  stop_stage=$2
5
  model=$3 # F5TTS_Base
@@ -69,4 +67,4 @@ if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then
69
  reference_text="Some call me nature, others call me mother nature."
70
  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."
71
  python3 client_http.py --reference-audio $audio --reference-text "$reference_text" --target-text "$target_text"
72
- fi
 
 
 
1
  stage=$1
2
  stop_stage=$2
3
  model=$3 # F5TTS_Base
 
67
  reference_text="Some call me nature, others call me mother nature."
68
  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."
69
  python3 client_http.py --reference-audio $audio --reference-text "$reference_text" --target-text "$target_text"
70
+ fi