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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

txgsync
/
Nemotron-Labs-Audex-30B-A3B-NVFP4-mlx

Text Generation
MLX
Safetensors
English
nvfp4
4-bit precision
quantized
mixture-of-experts
apple-silicon
custom_code
audio
audio-language-modeling
audio-understanding
text-to-speech
text-to-audio
speech-recognition
speech-translation
long-context
Model card Files Files and versions
xet
Community

Instructions to use txgsync/Nemotron-Labs-Audex-30B-A3B-NVFP4-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use txgsync/Nemotron-Labs-Audex-30B-A3B-NVFP4-mlx with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    # if on a CUDA device, also pip install mlx[cuda]
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("txgsync/Nemotron-Labs-Audex-30B-A3B-NVFP4-mlx")
    
    prompt = "Once upon a time in"
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • MLX LM

    How to use txgsync/Nemotron-Labs-Audex-30B-A3B-NVFP4-mlx with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "txgsync/Nemotron-Labs-Audex-30B-A3B-NVFP4-mlx" --prompt "Once upon a time"
Nemotron-Labs-Audex-30B-A3B-NVFP4-mlx
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
txgsync's picture
txgsync
Simplify model description
11617a1 verified about 1 month ago
  • assets
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago
  • audex_causal_speech_decoder
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago
  • checkpoint_folder_full
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago
  • inference_scripts_vllm
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago
  • nv-whisper
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago
  • .gitattributes
    2.51 kB
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago
  • LICENSE
    198 Bytes
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago
  • README.md
    11.9 kB
    Simplify model description about 1 month ago
  • UPSTREAM_MODELCARD.md
    5.92 kB
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago
  • quantization_recipe.json
    1.26 kB
    Publish quality-first Audex-30B NVFP4 MLX quant about 1 month ago