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.18k stars 2.01k forks source link

Remove outdated assert for layer checkpointing. #349

Closed escfrya closed 7 months ago

escfrya commented 8 months ago

Looks like this assert checks abandoned experimental layer_drop param, which not exists anymore.

JadeCopet commented 7 months ago

Can you make sure you have the latest changes from main so that the CI passes? Thanks

escfrya commented 7 months ago

Can you make sure you have the latest changes from main so that the CI passes? Thanks

Done

JadeCopet commented 7 months ago

Thanks!