修复 Linux 无法编译 pyopenjtalk (#2127)

This commit is contained in:
Fridemn 2025-02-28 22:21:34 +08:00 committed by GitHub
parent 118c2bed68
commit 4fd57b0ea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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