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.61k stars 2.1k forks source link

how to start to train using "dora grid" when I do not have a cluster #174

Open Liujingxiu23 opened 1 year ago

Liujingxiu23 commented 1 year ago

when try to run: dora grid musicgen.musicgen_base_32khz raise RuntimeError('Could not detect "srun", are you indeed on a slurm cluster?'

Is "dora grid" and "dora run" the same in training if I do not have a cluter and only train on local GPUS? I read the README of dora, but still do not understand what is grid.

cvillela commented 1 year ago

Same question here!

cvillela commented 1 year ago

Hey @Liujingxiu23 did you find a workaround for this?

RevolGMPHL commented 1 year ago

same problem

piyuch commented 10 months ago

Did someone managed to get dora grid running without the slurm cluster ?