logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install facebookresearch/audiocraft. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

facebookresearch/audiocraft Installation Guide

How to install facebookresearch/audiocraft. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for facebookresearch/audiocraft. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i facebookresearch/audiocraft
or

Install via npx

npx @hexmos/ipm i facebookresearch/audiocraft

Prerequisites

Python

language

Version: 3.9.0 or later

PyTorch

package_manager

Version: 2.1.0

ffmpeg

system_tool

For audio processing and manipulation.

Git

system_package

Version: 2.35.1

conda

package_manager

Version: 4.19.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Package Manager Installation

python -m pip install 'torch==2.1.0'

python -m pip install setuptools wheel

python -m pip install -U audiocraft

python -m pip install -U git+https://git@github.com/facebookresearch/audiocraft#egg=audiocraft

python -m pip install -e . 

python -m pip install -e '.[wm]' 

System Package Installation

sudo apt-get install ffmpeg

Conda Environment Installation

conda install 'ffmpeg<5'

Post Installation Steps

  • Start the server: `python -m audiocraft.serve`
  • Run migrations: `python manage.py makemigrations && python manage.py migrate`