audio-flamingo-3-hf
5.3K
125
1 language
—
by
nvidia
Audio Model
OTHER
New
5K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
Audio Flamingo 3: Advancing Audio Intelligence with Fully Open Large Audio-Language Models Description: Audio Flamingo 3 (AF3) is a fully open, state-of-the-ar...
Code Examples
Usagebash
pip install --upgrade pip
pip install --upgrade git+https://github.com/huggingface/transformers accelerateUsagebash
pip install --upgrade pip
pip install --upgrade git+https://github.com/huggingface/transformers accelerateUsagebash
pip install --upgrade pip
pip install --upgrade git+https://github.com/huggingface/transformers accelerateAdditional Speed & Memory Improvementsbash
pip install flash-attn --no-build-isolationAdditional Speed & Memory Improvementsbash
pip install flash-attn --no-build-isolationAdditional Speed & Memory Improvementsbash
pip install flash-attn --no-build-isolationFlash Attention 2python
model = AudioFlamingo3ForConditionalGeneration.from_pretrained(
model_id, torch_dtype=torch_dtype, low_cpu_mem_usage=True, attn_implementation="flash_attention_2"
).to(device)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)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
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.