A Gradio demo for
nvidia/Nemotron-Labs-Audex-30B-A3B
and nvidia/Nemotron-Labs-Audex-2B.
The model selector defaults to the 30B-A3B and can switch to 2B model.
The demo includes audio understanding, speech recognition, speech translation, text reasoning, text-to-speech, and speech-to-speech.
Max new tokens sets a total cap shared by reasoning and the final answer. Reasoning has no separate token cap by default for most tasks.The hosted ZeroGPU runtime uses a prebuilt mamba-ssm==2.3.2.post1 Blackwell wheel.
git clone https://huggingface.co/spaces/nvidia/Nemotron-Labs-Audex
cd Nemotron-Labs-Audex
bash setup_local.sh
bash run_local.sh
setup_local.sh creates an isolated .venv and installs PyTorch when needed.
Use AUDEX_TORCH_PACKAGE or standard pip index environment variables to select a platform-specific PyTorch build.
run_local.sh detects the selected GPU architecture and creates a matching local CUDA-extension cache.
11 commits
6 commits
A Gradio demo for
nvidia/Nemotron-Labs-Audex-30B-A3B
and nvidia/Nemotron-Labs-Audex-2B.
The model selector defaults to the 30B-A3B and can switch to 2B model.
The demo includes audio understanding, speech recognition, speech translation, text reasoning, text-to-speech, and speech-to-speech.
Max new tokens sets a total cap shared by reasoning and the final answer. Reasoning has no separate token cap by default for most tasks.The hosted ZeroGPU runtime uses a prebuilt mamba-ssm==2.3.2.post1 Blackwell wheel.
git clone https://huggingface.co/spaces/nvidia/Nemotron-Labs-Audex
cd Nemotron-Labs-Audex
bash setup_local.sh
bash run_local.sh
setup_local.sh creates an isolated .venv and installs PyTorch when needed.
Use AUDEX_TORCH_PACKAGE or standard pip index environment variables to select a platform-specific PyTorch build.
run_local.sh detects the selected GPU architecture and creates a matching local CUDA-extension cache.
11 commits
6 commits