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 NVIDIA/personaplex. 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.

NVIDIA/personaplex Installation Guide

How to install NVIDIA/personaplex. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i NVIDIA/personaplex

Prerequisites

Opus audio codec

library

Version: development

Python

language

Version: >=3.8

PyTorch

library

Version: cu130

Huggingface Token

authentication

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install from Source

git clone https://github.com/NVIDIA/personaplex.git

cd personaplex

sudo apt install libopus-dev -y

sudo dnf install opus-devel -y

pip install moshi/.

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu130

export HF_TOKEN=<YOUR_HUGGINGFACE_TOKEN>

SSL_DIR=$(mktemp -d); python -m moshi.server --ssl "$SSL_DIR"

Post Installation Steps

  • Accept the PersonaPlex model license on Huggingface.
  • Access the Web UI at localhost:8998 (if running locally).