PlayVoice / whisper-vits-svc

Core Engine of Singing Voice Conversion & Singing Voice Clone
https://huggingface.co/spaces/maxmax20160403/sovits5.0
MIT License
2.57k stars 914 forks source link

NCCL error with multi gpu on windows #97

Closed crankyz closed 11 months ago

crankyz commented 11 months ago

raise RuntimeError("Distributed package doesn't have NCCL " "built in") founded solving dosent help ( os.environ["PL_TORCH_DISTRIBUTED_BACKEND"] = "gloo" with one gpu works ok.

MaxMax2016 commented 11 months ago

https://discuss.pytorch.org/t/runtimeerror-distributed-package-doesnt-have-nccl-built-in/176744/13

crankyz commented 11 months ago

everything work fine if in base.yaml change nccl to gloo.