初始化项目,由ModelHub XC社区提供模型

Model: henry1477/music-flamingo-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-19 13:15:19 +08:00
commit 265d45655f
18 changed files with 545 additions and 0 deletions

51
.gitattributes vendored Normal file
View File

@@ -0,0 +1,51 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt filter=lfs diff=lfs merge=lfs -text
*.ftz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.joblib filter=lfs diff=lfs merge=lfs -text
*.lfs.* filter=lfs diff=lfs merge=lfs -text
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
*.pb filter=lfs diff=lfs merge=lfs -text
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tflite filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
mmproj-music-flamingo-bf16.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q3_K.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
music-flamingo-bf16.gguf filter=lfs diff=lfs merge=lfs -text

446
README.md Normal file
View File

@@ -0,0 +1,446 @@
---
license: other
language:
- en
base_model:
- nvidia/music-flamingo-hf
pipeline_tag: audio-text-to-text
library_name: transformers
tags:
- music/songs
- music
- music reasoning
- music understanding
datasets:
- nvidia/MF-Skills
---
# GGUF quantization perplexity:
| Quantization | Perplexity | ± (Std. Err.) | ΔPPL vs Q8_0 |
|---|---:|---:|---:|
| Q4_0 | 10.6926 | 0.05953 | +0.2354 |
| Q4_1 | 10.2493 | 0.05640 | -0.2079 |
| MXFP4_MOE | 10.4572 | 0.05838 | +0.0000 |
| Q5_0 | 10.6152 | 0.05954 | +0.1580 |
| Q5_1 | 10.3985 | 0.05776 | -0.0587 |
| Q2_K | 12.0840 | 0.06471 | +1.6268 |
| Q3_K | 10.6406 | 0.05863 | +0.1834 |
| Q3_K_S | 11.6617 | 0.06428 | +1.2045 |
| Q3_K_M | 10.6406 | 0.05863 | +0.1834 |
| Q3_K_L | 10.6608 | 0.05917 | +0.2036 |
| IQ4_NL | 10.9692 | 0.06225 | +0.5120 |
| IQ4_XS | 11.0113 | 0.06249 | +0.5541 |
| Q6_K | 10.4604 | 0.05829 | +0.0032 |
| Q8_0 | 10.4572 | 0.05838 | +0.0000 |
*Perplexity tested using a random sample from the music bench captions dataset.*
# LLAMACPP inference
Download one of the quantizations of the text-text part, then download the mmproj audio processing model (in full BF16 precision).
Ensure you are using the latest version of llama.cpp (or at least a release after the PR tag: b7593).
Run the model specifying the path of both the `--mproj` and `--model`.
# Model Overview
<div align="center" style="display: flex; justify-content: center; align-items: center; text-align: center;">
<a href="https://github.com/NVIDIA/audio-flamingo" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
<img src="static/mf_logo.png" alt="Music Flamingo 🔥🚀🔥" width="120">
</a>
</div>
<div align="center" style="display: flex; justify-content: center; align-items: center; text-align: center;">
<h2>
Music Flamingo: Scaling Music Understaning in Audio Language Models
</h2>
</div>
<div align="center" style="display: flex; justify-content: center; margin-top: 10px;">
<a href="https://arxiv.org/abs/2511.10289"><img src="https://img.shields.io/badge/arXiv-2511.10289-AD1C18" style="margin-right: 5px;"></a>
<a href="https://research.nvidia.com/labs/adlr/MF/"><img src="https://img.shields.io/badge/Demo page-228B22" style="margin-right: 5px;"></a>
<a href="https://github.com/NVIDIA/audio-flamingo"><img src='https://img.shields.io/badge/Github-Audio Flamingo 3-9C276A' style="margin-right: 5px;"></a>
<a href="https://github.com/NVIDIA/audio-flamingo/stargazers"><img src="https://img.shields.io/github/stars/NVIDIA/audio-flamingo.svg?style=social"></a>
</div>
<div align="center" style="display: flex; justify-content: center; margin-top: 10px; flex-wrap: wrap; gap: 5px;">
<a href="https://huggingface.co/nvidia/music-flamingo">
<img src="https://img.shields.io/badge/🤗-Checkpoints-ED5A22.svg">
</a>
<a href="https://huggingface.co/datasets/nvidia/MF-Skills">
<img src="https://img.shields.io/badge/🤗-Dataset: MF--Skills-ED5A22.svg">
</a>
</div>
<div align="center" style="display: flex; justify-content: center; margin-top: 10px;">
<a href="https://huggingface.co/spaces/nvidia/music-flamingo"><img src="https://img.shields.io/badge/🤗-Gradio Demo (7B)-5F9EA0.svg" style="margin-right: 5px;"></a>
</div>
🚨 **Note:** This is a *preview* model. We will release a better base and a thinking version of the model in the next few weeks.
## Description:
Music Flamingo (MF) is a fully open, state-of-the-art Large Audio-Language Model (LALM) designed to advance music (including song) understanding in foundational audio models. MF brings together innovations in:
- Deep music understanding across songs and instrumentals.
- Rich, theory-aware captions and question answering (harmony, structure, timbre, lyrics, cultural context).
- Reasoning-centric training using chain-of-thought + reinforcement learning with custom rewards for step-by-step reasoning.
- Long-form song reasoning over full-length, multicultural audio (extended context).
Extensive evaluations confirm Music Flamingo's effectiveness, setting new benchmarks on over 10+ public music understanding and reasoning tasks.
**This model is for non-commercial research purposes only.**
<center><img src="static/mf_main.png" width="800"></center>
## Usage
Music Flamingo (MF) is supported in 🤗 Transformers. To run the model, first install Transformers:
```bash
pip install --upgrade pip
pip install --upgrade git+https://github.com/huggingface/transformers accelerate
```
> **Note:** MF processes audio in 30-second windows with a **10-minute** total cap per sample. Longer inputs are truncated.
### Single-turn: audio + text instruction
```python
from transformers import AudioFlamingo3ForConditionalGeneration, AutoProcessor
model_id = "nvidia/music-flamingo-hf"
processor = AutoProcessor.from_pretrained(model_id)
model = AudioFlamingo3ForConditionalGeneration.from_pretrained(model_id, device_map="auto")
conversation = [
{
"role": "user",
"content": [
{"type": "text", "text": "Describe this track in full detail - tell me the genre, tempo, and key, then dive into the instruments, production style, and overall mood it creates."},
{"type": "audio", "path": "https://huggingface.co/datasets/nvidia/MF-Skills/resolve/main/assets/song_1.mp3"},
],
}
]
inputs = processor.apply_chat_template(
conversation,
tokenize=True,
add_generation_prompt=True,
return_dict=True,
).to(model.device)
outputs = model.generate(**inputs, max_new_tokens=1024)
decoded_outputs = processor.batch_decode(outputs[:, inputs.input_ids.shape[1]:], skip_special_tokens=True)
print(decoded_outputs)
```
### Batch multiple conversations
```python
from transformers import AudioFlamingo3ForConditionalGeneration, AutoProcessor
model_id = "nvidia/music-flamingo-hf"
processor = AutoProcessor.from_pretrained(model_id)
model = AudioFlamingo3ForConditionalGeneration.from_pretrained(model_id, device_map="auto")
conversations = [
[
{
"role": "user",
"content": [
{
"type": "text",
"text": "Describe this track in full detail - tell me the genre, tempo, and key, then dive into the instruments, production style, and overall mood it creates."},
{
"type": "audio",
"path": "https://huggingface.co/datasets/nvidia/MF-Skills/resolve/main/assets/song_1.mp3",
},
],
}
],
[
{
"role": "user",
"content": [
{
"type": "text",
"text": "Write a rich caption that blends the technical details (genre, BPM, key, chords, mix) with how the song feels emotionally and dynamically as it unfolds.",
},
{
"type": "audio",
"path": "https://huggingface.co/datasets/nvidia/MF-Skills/resolve/main/assets/song_2.mp3"
},
],
}
],
]
inputs = processor.apply_chat_template(
conversations,
tokenize=True,
add_generation_prompt=True,
return_dict=True,
).to(model.device)
outputs = model.generate(**inputs, max_new_tokens=1024)
decoded_outputs = processor.batch_decode(outputs[:, inputs.input_ids.shape[1]:], skip_special_tokens=True)
print(decoded_outputs)
```
### Text-only and audio-only prompts
```python
# text-only
conv = [{"role": "user", "content": [{"type": "text", "text": "What is the capital of France?"}]}]
batch = processor.apply_chat_template(conv, tokenize=True, add_generation_prompt=True, return_dict=True).to(device)
print(processor.batch_decode(model.generate(**batch)[:, batch["input_ids"].shape[1]:], skip_special_tokens=True)[0])
# audio-only
conv = [{"role": "user", "content": [{"type": "audio", "path": "https://.../sample.wav"}]}]
batch = processor.apply_chat_template(conv, tokenize=True, add_generation_prompt=True, return_dict=True).to(device)
print(processor.batch_decode(model.generate(**batch)[:, batch["input_ids"].shape[1]:], skip_special_tokens=True)[0])
```
### Training / Fine-tuning
```python
from transformers import AudioFlamingo3ForConditionalGeneration, AutoProcessor
model_id = "nvidia/music-flamingo-hf"
processor = AutoProcessor.from_pretrained(model_id)
model = AudioFlamingo3ForConditionalGeneration.from_pretrained(model_id, device_map="auto")
model.train()
conversation = [
[
{
"role": "user",
"content": [
{"type": "text", "text": "What's the key of this song?"},
{"type": "audio", "path": "https://huggingface.co/datasets/nvidia/MF-Skills/resolve/main/assets/song_1.mp3"},
],
},
{
"role": "assistant",
"content": [{"type": "text", "text": "D major"}],
}
],
[
{
"role": "user",
"content": [
{
"type": "text",
"text": "What's the bpm of this song?",
},
{"type": "audio", "path": "https://huggingface.co/datasets/nvidia/MF-Skills/resolve/main/assets/song_2.mp3"},
],
},
{
"role": "assistant",
"content": [{"type": "text", "text": "87"}],
}
]
]
inputs = processor.apply_chat_template(
conversation,
tokenize=True,
add_generation_prompt=True,
return_dict=True,
output_labels=True,
).to(model.device)
loss = model(**inputs).loss
loss.backward()
```
### Generation options
You can tune decoding similar to other text-generation models:
```python
generate_kwargs = {
"max_new_tokens": 256,
"do_sample": True,
"temperature": 0.7,
"top_p": 0.9,
}
out = model.generate(**batch, **generate_kwargs)
```
## Additional Speed & Memory Improvements
### Flash Attention 2
If your GPU supports it and you are **not** using `torch.compile`, install Flash-Attention and enable it at load time:
```bash
pip install flash-attn --no-build-isolation
```
```python
model = AudioFlamingo3ForConditionalGeneration.from_pretrained(
model_id, torch_dtype=torch_dtype, low_cpu_mem_usage=True, attn_implementation="flash_attention_2"
).to(device)
```
### Torch compile
MFs forward pass is compatible with `torch.compile` for significant speed-ups:
```python
import torch
torch.set_float32_matmul_precision("high")
model.generation_config.cache_implementation = "static"
model.generation_config.max_new_tokens = 256
model.forward = torch.compile(model.forward, mode="reduce-overhead", fullgraph=True)
```
> `torch.compile` is not compatible with Flash Attention 2 at the same time.
### PyTorch SDPA
If Flash-Attention isnt available, MF will use PyTorch scaled-dot product attention (SDPA) by default on supported PyTorch versions. You can set it explicitly:
```python
model = AudioFlamingo3ForConditionalGeneration.from_pretrained(
model_id, torch_dtype=torch_dtype, low_cpu_mem_usage=True, attn_implementation="sdpa"
).to(device)
```
## License / Terms of Use
The model is released under the [NVIDIA OneWay Noncommercial License](static/NVIDIA_OneWay_Noncommercial_License.docx). Portions of the dataset generation are also subject to the [Qwen Research License](https://huggingface.co/Qwen/Qwen2.5-3B/blob/main/LICENSE) and OpenAIs [Terms of Use](https://openai.com/policies/terms-of-use).
## Deployment Geography
Global.
## Use Case
Intended for researchers and developers to explore:
- Music question answering and reasoning
- Long-context music comprehension
- Interactive music design assistants
## References:
* [Music Flamingo: Scaling Music
Understanding in Audio Language Models](https://research.nvidia.com/labs/adlr/MF/)
* [Project Page](https://github.com/NVIDIA/audio-flamingo)
* [Demo Website](https://musicflamingo-nv-umd.github.io/)
## Model Architecture:
**Architecture Type:** Transformer
**Network Architecture:** [Audio Flamingo 3](https://github.com/NVIDIA/audio-flamingo/tree/audio_flamingo_3)
**Number of model parameters:** 8B
MF uses:
- AF-Whisper unified audio encoder from Audio Flamingo 3
- MLP-based audio adaptor
- Decoder-only LLM backbone (Qwen2.5-7B)
**This model was developed based on [Audio Flamingo 3](https://github.com/NVIDIA/audio-flamingo/tree/audio_flamingo_3)**
## Input:
Input Type: Music (song or instrumental), Text <br>
Input Format: WAV/MP3/FLAC, UTF-8 text <br>
Input Parameters: Audio is Two-Dimensional (2D) and Text is One-Dimensional (1D)<br>
Other Properties Related to Input: <br>
-Max Audio Length: 20 Minutes <br>
-Max Text Length: 24000 tokens<br>
## Output:
Output Type: Text (and optional speech) <br>
Text Format: UTF-8 string <br>
Output Parameters: One-Dimensional (1D)<br>
Other Properties Related to Output: <br>
-Max Text Length: 2048 tokens <br>
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems (A100/H100). By leveraging NVIDIAs hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions. <br>
## Software Integration:
**Runtime Engine:** PyTorch / HuggingFace Transformers
**Supported Hardware:**
* NVIDIA Ampere (A100)
* NVIDIA Hopper (H100)
**Supported OS:**
* Linux
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
## Model Version:
* v1.0
---
## Training and Testing Datasets:
### Training Dataset:
MF is trained entirely on music data collected from various sources. For each dataset, we mention whether the dataset annotations are collected by Human or they are Automated i.e. generated using AI models.
**Data Modality:** Audio
**Audio Training Data Size:** 10,000 to 1 Million Hours
The data collection method noted below applies for all datasets used for training and testing:<br>
Data Collection Method: Human <br>
Labeling Collection Method: Please see below.
* [LP-MusicCaps](https://github.com/seungheondoh/lp-music-caps) (Automated)
* [MusicQA](https://github.com/shansongliu/MU-LLaMA?tab=readme-ov-file) (Automated)
* [MusicAVQA](https://gewu-lab.github.io/MUSIC-AVQA/) (Human)
* [MusicBench](https://huggingface.co/datasets/amaai-lab/MusicBench) (Automated)
* [Mu-LLAMA](https://github.com/shansongliu/MU-LLaMA) (Automated)
* [NSynth](https://magenta.tensorflow.org/datasets/nsynth) (Human)
* [FMA](https://github.com/mdeff/fma) (Human)
* [MusDB-HQ](https://zenodo.org/records/3338373) (Human)
* [Music4All](https://sites.google.com/view/contact4music4all) (Human)
* [Million Song Dataset](http://millionsongdataset.com/) (Human)
* [MF-Skills (ours)](https://huggingface.co/nvidia/music-flamingo) (Automated)
* [MF-Think (ours)](https://huggingface.co/nvidia/music-flamingo) (Automated)
---
### Testing Dataset:
Music Flamingo is evaluated on the test split of the following datasets.
Data Collection Method: Human (for all datasets noted below) <br>
Labeling Method: Please see below.
* [MusicAVQA](https://gewu-lab.github.io/MUSIC-AVQA/) (Human)
* [NSynth](https://magenta.tensorflow.org/datasets/nsynth) (Human)
* [GTZAN](https://www.tensorflow.org/datasets/catalog/gtzan) (Human)
* [MMAU-pro](https://sonalkum.github.io/mmau-pro/) (Human)
* [MMAU](https://github.com/Sakshi113/mmau/tree/main) (Human)
* [MMAR](https://arxiv.org/abs/2505.13032) (Human)
* [MuchoMusic](https://huggingface.co/datasets/yongyizang/RUListening) (Automated)
* [MusicInstruct](https://huggingface.co/datasets/m-a-p/Music-Instruct) (Automated)
* [MusicQA](https://huggingface.co/datasets/mu-llama/MusicQA) (Automated)
* [SongCaps (ours)](https://huggingface.co/nvidia/music-flamingo) (Automated)
---
## Inference:
**Engine:** HuggingFace Transformers
**Test Hardware:** NVIDIA A100 80 GB
---
## Ethical Considerations:
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail).
---
## Acknowledgements
Built with Audio Flamingo 3, Qwen, NVILA and the open audio-ML community.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4be69ed65f25dae97062febd44f9f41c0f6b14178f1cfb530fd894d595a4f94
size 1324506912

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01dcda91d6e93953d57f37dd755129e682c24c1834a720f6d5614290ae51f47a
size 4461320640

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcd91766363ec48c6134bd990a9a59a15a7e421efa6bb4ce4182b7683e088065
size 4248388928

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:979f6428945b7a02d671f17ef0f0cdbac4ec10d4bb742a00b417073fce653931
size 8095529120

3
music-flamingo-Q2_K.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28279a4129284a9c8bf6942b68768313d3529a340693bb4d97c90e99cec7f8f8
size 3014316032

3
music-flamingo-Q3_K.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:831f8940907bce19331b2e696dc65d2989c22fe35c837ca978043b4ad77b09b5
size 3806624416

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ad430fb45b10fc6889eb1746b11b73c7184bb244f811078db4e8ad23c654175
size 4086692512

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:831f8940907bce19331b2e696dc65d2989c22fe35c837ca978043b4ad77b09b5
size 3806624416

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d5e6804dce33f5feb215b3c92dab221d968435875f4d5f0c7e5fb40d2798fe5
size 3490601632

3
music-flamingo-Q4_0.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3aa97c7964ed57dd97daf8c2ad4f43b5e6c05c86b519d3078983d0877dae3ed3
size 4429437376

3
music-flamingo-Q4_1.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bc3d5ed516bf86972c008f88c9c62dd59f23ed2d82be8fa4fc44f0539b2e761
size 4871242432

3
music-flamingo-Q5_0.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b7767bbc6cc79566e7580885b63f15ae3d3a6fc4e7a342cade979355079e471
size 5313047488

3
music-flamingo-Q5_1.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0742a216d86e28c5ecde1bf3bce6261d509edd540e2512a056684ddcc31051a6
size 5754852544

3
music-flamingo-Q6_K.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7025dac193460a765f71427d9738b5809b42b2221fdcde92ec62ac06a3ba1e7e
size 6251883232

3
music-flamingo-Q8_0.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d18abdf799c71ce00d9d9570fa363d847506ad8153e41489075972d05118e9ab
size 8095529120

3
music-flamingo-bf16.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c525919b95897f139c0bf4fdadde282ebbbc228cd65d71e838f5398684941ca
size 15232222880