From 4fd57b0ea776d396f202e13be180b4c02e4dd957 Mon Sep 17 00:00:00 2001 From: Fridemn <150212937+Fridemn@users.noreply.github.com> Date: Fri, 28 Feb 2025 22:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Linux=20=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=BC=96=E8=AF=91=20pyopenjtalk=20(#2127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8dadb26..2eda0fe 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -conda install -c conda-forge gcc +conda install -c conda-forge gcc=14 conda install -c conda-forge gxx conda install ffmpeg cmake conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia