From a2b8ec524237d8ab9779f4a03db5e78fd111233a Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 22 Oct 2024 09:36:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20ACL=5FPyTorch/built-in/audio/Tacotron2?= =?UTF-8?q?=5Ffor=5FPytorch/requirements.txt.=20=3D=3D=E6=8C=87=E5=AE=9Api?= =?UTF-8?q?p=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Richard --- .../built-in/audio/Tacotron2_for_Pytorch/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ACL_PyTorch/built-in/audio/Tacotron2_for_Pytorch/requirements.txt b/ACL_PyTorch/built-in/audio/Tacotron2_for_Pytorch/requirements.txt index a915bf7c8a..f2160e345b 100644 --- a/ACL_PyTorch/built-in/audio/Tacotron2_for_Pytorch/requirements.txt +++ b/ACL_PyTorch/built-in/audio/Tacotron2_for_Pytorch/requirements.txt @@ -3,8 +3,8 @@ scipy==1.7.1 torch==1.10.1 onnxruntime==1.6.0 numpy==1.21.5 -onnx=1.12.0 -wave=0.0.2 +onnx==1.12.0 +wave==0.0.2 Unidecode==1.3.3 inflect==5.4.0 onnx-simplifier==0.3.5 \ No newline at end of file -- Gitee