ggml-org/ggml

New model: AudioCraft for audio generation

Open

#429 ouverte le 2 août 2023

Voir sur GitHub
 (2 commentaires) (13 réactions) (1 assigné)C++ (1 646 forks)auto 404
help wantedmodel

Métriques du dépôt

Stars
 (14 741 stars)
Métriques de merge PR
 (Merge moyen 33m) (12 PRs mergées en 30 j)

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/

Guide contributeur