Nasser BinObied
Nasser BinObied
I was able to pass this issue by installing miniconda Python 3.7, then changing the line 43 in `jukebox/utils/dist_utils.py` from `backend = "nccl"` to `backend="gloo"`
I had similar issue with the start of training the vqvae, I was able to fix it by changing the number of workers in `train.py` in line number 300 from...
- `RuntimeError: Failed to initialize NCCL` please check my comment https://github.com/openai/jukebox/issues/216#issuecomment-917455337 - For this, I believe you would have to copy the link in the cmd that its trying to...