Audio-Text-to-Text
Transformers
Safetensors
English
musicflamingo
text2text-generation
music/songs
music understanding
music reasoning
Instructions to use nvidia/music-flamingo-2601-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/music-flamingo-2601-hf with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("nvidia/music-flamingo-2601-hf") model = AutoModelForMultimodalLM.from_pretrained("nvidia/music-flamingo-2601-hf") - Notebooks
- Google Colab
- Kaggle
The PR for transformers has been closed. Can it still be used?
#1
by 6san - opened
https://github.com/huggingface/transformers/pull/43174
I also hope to be able to use it more easily and intuitively on platforms like LM Studio.
The issue is that your command installs main, but the required changes are on the mf branch.
Please use:
pip install --upgrade pip
pip install --upgrade git+https://github.com/lashahub/transformers.git@mf accelerate
Also note that the original PR was closed, but the work is continued in two new PRs that are currently open and awaiting merge:
SreyanG-NVIDIA changed discussion status to closed