diff --git a/make_triton_repo.sh b/make_triton_repo.sh index c730fdd1c59080c95b51ac0bec107e66bfd2001b..694eda20ca4b6e7e0b31c57678cc602474139b1b 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