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.5k stars 2.06k forks source link

fix: add missing protobuf dependency #251

Closed 0xlws closed 1 year ago

0xlws commented 1 year ago

on my local machine trying to run the script results in he same error: img https://github.com/facebookresearch/audiocraft/issues/241#issue-1862308111

adding protobuf to the requirements solves this.

fixes: #241, #247