GitXplorerGitXplorer
w

audiocraft-musicgen-sagemaker

public
5 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
9b019d777afae0f16d4e01d0e19eb81a26c764d6

Update README.md

wwindson committed a year ago
Verified
ebc337d924e1af18a4a7ed45a10515ba76408d87

Update README.md

wwindson committed a year ago
Verified
72c57095b208fa26d87dce281528fbab24846a9a

Update README.md

wwindson committed a year ago
Verified
04975d74127005e055c505260f5538af035474f4

Update README.md

wwindson committed a year ago
Verified
7d726d506be171858aa663bd2cf44ff31a855c56

Update README.md

wwindson committed a year ago
Unverified
63ccc28547e5deb89ddb1fb2c00a161d2b95451e

sequence flow diagram

wwindson committed a year ago

README

The README file for this repository.

Audocraft Musicgen on Amazon SageMaker

Author: Navule Pavan Kumar Rao

Deploy Audiocraft Musicgen on Amazon SageMaker using SageMaker Endpoints for Async Inference.

AudioCraft consists of three models: MusicGen, AudioGen, and EnCodec. This repo aims to deploy MusicGen models on Amazon SageMaker for Asynchronous inferencing.

Asynchronous Inference Sequence flow for facebook/musicgen-large on Amazon SageMaker

image

Deployment and inference notebooks

The deployment notebooks used in this repo uses Huggingface as model provider for the musicgen models. The corresponding deployment and inference noteboks for the respective models are tablulated below.

Huggingace Model ID Deploy Notebook Inference Notebook
facebook/musicgen-large Deploy Inference
facebook/musicgen-small Deploy Inference

References