ggml-org/ggml

New model: AudioCraft for audio generation

Open

#429 opened on Aug 2, 2023

View on GitHub
 (2 comments) (13 reactions) (1 assignee)C++ (1,646 forks)auto 404
help wantedmodel

Repository metrics

Stars
 (14,741 stars)
PR merge metrics
 (Avg merge 33m) (12 merged PRs in 30d)

Description

Meta just released their new open-source model AudioCraft consisting of three pieces: MusicGen, AudioGen and Encodec. Given encodec.cpp is already implemented, we should be able to implement it AudioCraft fairly easily with ggml.

I've already opened an issue in bark.cpp and plan to implement it as soon as i'm finished with bark.

Source: https://ai.meta.com/blog/audiocraft-musicgen-audiogen-encodec-generative-ai-audio/

Contributor guide