Instructions to use nvidia/personaplex-7b-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Moshi
How to use nvidia/personaplex-7b-v1 with Moshi:
# pip install moshi # Run the interactive web server python -m moshi.server --hf-repo "nvidia/personaplex-7b-v1" # Then open https://localhost:8998 in your browser
# pip install moshi import torch from moshi.models import loaders # Load checkpoint info from HuggingFace checkpoint = loaders.CheckpointInfo.from_hf_repo("nvidia/personaplex-7b-v1") # Load the Mimi audio codec mimi = checkpoint.get_mimi(device="cuda") mimi.set_num_codebooks(8) # Encode audio (24kHz, mono) wav = torch.randn(1, 1, 24000 * 10) # [batch, channels, samples] with torch.no_grad(): codes = mimi.encode(wav.cuda()) decoded = mimi.decode(codes) - Notebooks
- Google Colab
- Kaggle
Update README.md
#56 opened about 2 months ago
by
bielgga
Guide me
1
#55 opened 2 months ago
by
MizbaHt
Can frequencies be decoupled?
#54 opened 3 months ago
by
zahdehv
CIscocore personaplex
#53 opened 3 months ago
by
DC3Rozz
Performance
1
#50 opened 3 months ago
by
Qaisrawr
Good code
8
#49 opened 3 months ago
by
Tewol54
Nvidia is superb
1
#47 opened 3 months ago
by
Cutejay
Chip shortage
2
#46 opened 3 months ago
by
David60fps
Friendly chat
1
#44 opened 3 months ago
by
sheikhsabit004
how make ai agent
1
#43 opened 3 months ago
by
Sabun76
Multi language support
👍 5
9
#40 opened 3 months ago
by
geramirez
Personaplex and her Brazilian friends.
2
#36 opened 4 months ago
by
faloure
How to run it on Kaggle
3
#35 opened 4 months ago
by
Niroop-2007
any quantization released to reduce memory to fit into 8gb GPU RAM?
5
#33 opened 4 months ago
by
atolfia
[Community Fixes] Python 3.13 Support & Memory Optimization PRs on GitHub
#29 opened 4 months ago
by
ThanhNguyxn
Blackwell
5
#25 opened 4 months ago
by
Kwissbeats
[Feature Request] PersonaPlex-7B: Fine-Tuning, RAG & Custom Voice Support
👍 9
5
#23 opened 4 months ago
by
mahin2110
It's really stubborn?
6
#20 opened 4 months ago
by
emilss
Fine tuning on other languages
➕ 17
26
#17 opened 4 months ago
by
Zohaibsajjad
Choppy sound
12
#14 opened 4 months ago
by
acatovic
Deployment
7
#13 opened 4 months ago
by
Prateektg
Is this possible to run on Windows?
8
#6 opened 4 months ago
by
SirDaveWolf