ggml-org/ggml

New model: AudioCraft for audio generation

Open

#429 aberto em 2 de ago. de 2023

Ver no GitHub
 (2 comments) (13 reactions) (1 assignee)C++ (1.646 forks)auto 404
help wantedmodel

Métricas do repositório

Stars
 (14.741 stars)
Métricas de merge de PR
 (Mesclagem média 33m) (12 fundiu PRs em 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/

Guia do colaborador