audio-flamingo-3

1.1K
131
1 language
—
by
nvidia
Audio Model
OTHER
New
1K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

🚨 Audio Flamingo 3 has now been integrated to HuggingFace Transformers.

Code Examples

Usagebash
pip install --upgrade pip
pip install --upgrade git+https://github.com/huggingface/transformers accelerate
Additional Speed & Memory Improvementsbash
pip install flash-attn --no-build-isolation
Flash Attention 2python
model = AudioFlamingo3ForConditionalGeneration.from_pretrained(
    model_id, torch_dtype=torch_dtype, low_cpu_mem_usage=True, attn_implementation="flash_attention_2"
).to(device)

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.