Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Install the [Opus audio codec](https://github.com/xiph/opus) development library
sudo apt install libopus-dev

# Fedora/RHEL
sudo dnf install opus-devel
sudo dnf install opus-devel python-devel

# macOS
brew install opus
Expand All @@ -33,7 +33,7 @@ brew install opus

Download this repository and install with:
```bash
pip install moshi/.
pip install moshi
```

Extra step for Blackwell based GPUs as suggested in (See https://github.com/NVIDIA/personaplex/issues/2):
Expand Down