facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.59k stars 2.09k forks source link

How to launch with torchrun? #188

Open StrongChris opened 1 year ago

StrongChris commented 1 year ago

Hi, I'd like to to multi gpu, multi machine training. I do not have slurm set up so I would like to use torchrun as is builtin and reccomended by PyTorch.

How can this be acheived?