Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.82 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.82 KB

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