Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

aufklarer
/
PersonaPlex-7B-MLX-8bit

Audio-to-Audio
MLX
Moshi
English
personaplex
speech-to-speech
full-duplex
apple-silicon
Model card Files Files and versions
xet
Community

Instructions to use aufklarer/PersonaPlex-7B-MLX-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use aufklarer/PersonaPlex-7B-MLX-8bit with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir PersonaPlex-7B-MLX-8bit aufklarer/PersonaPlex-7B-MLX-8bit
  • Moshi

    How to use aufklarer/PersonaPlex-7B-MLX-8bit with Moshi:

    # pip install moshi
    # Run the interactive web server
    python -m moshi.server --hf-repo "aufklarer/PersonaPlex-7B-MLX-8bit"
    # 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("aufklarer/PersonaPlex-7B-MLX-8bit")
    
    # 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
  • Local Apps
  • LM Studio
PersonaPlex-7B-MLX-8bit
9.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
aufklarer's picture
aufklarer
Upload README.md with huggingface_hub
170375c verified about 1 month ago
  • voices
    Remove stale .pt files from nested voices directory 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.99 kB
    Upload README.md with huggingface_hub about 1 month ago
  • config.json
    1.46 kB
    Upload PersonaPlex 7B MLX 4-bit weights 3 months ago
  • depformer.safetensors
    1.38 GB
    xet
    Upload PersonaPlex 7B MLX 4-bit weights 3 months ago
  • embeddings.safetensors
    988 MB
    xet
    Upload PersonaPlex 7B MLX 4-bit weights 3 months ago
  • mimi.safetensors
    385 MB
    xet
    Upload PersonaPlex 7B MLX 4-bit weights 3 months ago
  • temporal.safetensors
    6.99 GB
    xet
    Upload PersonaPlex 7B MLX 4-bit weights 3 months ago
  • tokenizer_spm_32k_3.model
    553 kB
    xet
    Upload PersonaPlex 7B MLX 4-bit weights 3 months ago