Martin Connor
Martin Connor
Anyone have any tips/tricks on how to speed up MusicGen inference? I'm already using the smallest model possible, any help is appreciated (multi-GPU inference, etc.) Thanks!
Hi, how do I solve an error message that says "Missing identifier parameter in {}"? Here is how I'm initializing purchases in a hook: ``` export function usePurchases() { const...
Hey, do you have a Colab for training MusicGen's model? That'd be awesome! Thanks for all your hard work. Maybe I just missed it in audiocraft's repo, sorry if so.
I've never used JUCE before, so these instructions are blocking me right now: ``` Download and install [juce](https://juce.com/get-juce/download), including Projucer. Build this plugin in visual studio after using projucer. ```...