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.23k stars 2.03k forks source link

musicgen_app: make subprocess patching a little more elegant #288

Open akx opened 9 months ago

akx commented 9 months ago

Let's maybe not patch subprocess.call for the lifetime of the process :)

adefossez commented 9 months ago

@akx due to internal change in pytorch you would need to rebase from main for the CI to pass, sorry about that!

akx commented 9 months ago

@adefossez Rebased :)

akx commented 8 months ago

@adefossez Rebased again...