Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

使用torch 1.13.1+cu117 请将requirement.txt中的版本号修改成这个fairseq==0.10.0 ,否则torch 版本会被升级到2.0

Open denganliang opened this issue 2 years ago • 4 comments

如上。

denganliang avatar May 30 '23 07:05 denganliang

0.10.0装了也有问题,好像有bug。 可以用https://github.com/facebookresearch/fairseq这个里面的指引安装fairseq `git clone https://github.com/pytorch/fairseq

cd fairseq

pip install --editable ./`

ghost avatar May 30 '23 08:05 ghost

用git安装时,删掉https://github.com/facebookresearch/fairseq/blob/main/setup.py里面的下面两行
"torch>=1.13",

        "torchaudio>=0.8.0",

ghost avatar May 30 '23 08:05 ghost

升级到2.0有什么问题吗

RVC-Boss avatar May 30 '23 09:05 RVC-Boss

我遇到的是依赖乱了

ghost avatar May 30 '23 09:05 ghost