GitXplorerGitXplorer
w

audiocraft-musicgen-sagemaker

public
5 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
c076c1d6e3909d93fff802067c1f8ca8f5aa31ea

update markdown

wwindson committed a year ago
Unverified
b1d5d174b23954e72e0716f1fedc2c7fdff9475b

update markdown

wwindson committed a year ago
Unverified
8681ef998c1141925616aa9d6f4f7c8eb4b236cb

Thread Pool Executor implementation

wwindson committed a year ago
Unverified
d42f924475da18626938f31ce99d5c23a56e787e

Thread Pool Executor implementation

wwindson committed a year ago
Unverified
a72b5c4e7c0450fe17392f535f102bafcc11c5fa

utils

wwindson committed a year ago
Unverified
8b4fc7d72abacc59e476f607530eb55650dc5e72

utils

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