From d30519f26d34002ee626a3a060110d9a29327c9a Mon Sep 17 00:00:00 2001 From: ChengDaqi2023 <131479795+ChengDaqi2023@users.noreply.github.com> Date: Sun, 17 Sep 2023 13:23:43 +0800 Subject: [PATCH] update torch 1.3.0 to 1.13.1 --- .../Tacotron2/trtis_cpp/src/trt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt b/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt index 6859d0219..52574dd8b 100644 --- a/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt +++ b/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/src/trt/requirements.txt @@ -1,4 +1,4 @@ -torch==1.3.0 +torch==1.13.1 onnx==1.5.0 scipy==1.3.1 librosa==0.7.0