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

NOT WORKING #432

Open RiccardoAgabiti opened 3 months ago

RiccardoAgabiti commented 3 months ago

There is a problem: When I use the model, following the code that you give to us, there is a problemi with audiocraft.version

These error is a recent one, becouse I used your model a couple of months ago and everything was fine, now it does not work anymore. Do u know why? And how to fix it maybe?

eoffermann commented 3 months ago

Since "a couple months ago" and "this error" are vague, I doubt anyone will be able to offer much assistance. You'll have to self-service it (or provide more info):

Assuming it's actually a problem with a recent commit and not something that changed on your end, you can always try running git log to identify a commit to roll back to and then doing a git checkout <commit-hash> to roll back to that commit. If it works then you can narrow down the problem to a handful of recent commits. You can binary search the remaining commits to figure out which commit caused the problem occurs for you.

Providing more info would be useful to you, though, and charitable to other people who may have the same problem.

(For the record, I'm running this on Windows, and recently updated to the very latest commit 69fea8b290ad1b4b40d28f92d1dfc0ab01dbab85 from Jan 22, 2024, and it's running without issue.)