lucidrains/musiclm-pytorch

'MusicLM' is not defined - cannot run usage commands

albusdemens opened this issue · 2 comments

When I run your usage commands, I get the error name 'MusicLM' is not defined when I run the last snippet (I'm using a Jupyter notebook for that). Am I doing something wrong? Thanks

Here is the Gist with the notebook: https://gist.github.com/albusdemens/cbf06f190b0b519920a09418e0897a4f

ohh, you need to import MusicLM, just updated the readme

you'll also need a trained AudioLM, MuLaN, and fine-tuned or trained from scratch AudioLM with the MulanEmbedQuantizer. you won't get music by running the readme at this time

Thank you so much for the clarification!