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/audiocraftor
Install via npx
npx @hexmos/ipm i facebookresearch/audiocraftPrerequisites
Python
languageVersion: 3.9.0 or later
PyTorch
package_managerVersion: 2.1.0
ffmpeg
system_toolFor audio processing and manipulation.
Git
system_packageVersion: 2.35.1
conda
package_managerVersion: 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 ffmpegConda 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`
