GitXplorerGitXplorer
w

audiocraft-musicgen-sagemaker

public
5 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4523b4b5687fbda862093852ab1ff69201cdcb11

refactor 🎺 musicgen + logging

wwindson committed a year ago
Verified
af96684e874f2cd5c4995f9824bc65b157940676

Update README.md

wwindson committed a year ago
Unverified
1b6b1470b393bccfcd7fe8b230db383fb95ec81b

Programmatically obtain AWS DLC for HF LMI

wwindson committed a year ago
Unverified
b06a58acc34617ef73336fd55ec54392d3c6360e

Programmatically obtain AWS DLC for HF LMI

wwindson committed a year ago
Unverified
78d7e39a197ca0b830f88473f3152c88285f67af

Inference Timeout + Customer HF Base Image with ffmpeg

wwindson committed a year ago
Unverified
3532b423a53bc4fc6992f93395902cee3a879399

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