From 982c5fa260042d42a8a2429324147903e8677720 Mon Sep 17 00:00:00 2001 From: Nikhilesh Bhatnagar Date: Wed, 1 Nov 2023 07:44:18 +0000 Subject: [PATCH] Ensuring charmaps and ssn parser is available --- make_triton_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_triton_repo.sh b/make_triton_repo.sh index c730fdd..694eda2 100644 --- a/make_triton_repo.sh +++ b/make_triton_repo.sh @@ -8,4 +8,4 @@ nvidia-docker run --gpus=all -it --rm --name iitm-tts-dhruva-builder -v ./patche cp Fastspeech2_HS/text_preprocess_for_inference.py triton_model_repo/tts/1 cp Fastspeech2_HS/get_phone_mapped_python.py triton_model_repo/tts/1 cp -r triton_models/tts/config.pbtxt triton_models/tts/1 triton_model_repo/tts -cp -r onnx_models/* Fastspeech2_HS/phone_dict Fastspeech2_HS/multilingualcharmap.json triton_model_repo/tts/1 \ No newline at end of file +cp -r onnx_models/* Fastspeech2_HS/phone_dict Fastspeech2_HS/ssn_parser Fastspeech2_HS/charmap Fastspeech2_HS/multilingualcharmap.json triton_model_repo/tts/1 \ No newline at end of file -- GitLab