Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,14 @@ Upstream license: https://huggingface.co/MiniMaxAI/MiniMax-Music3/blob/main/LICE
|
|
| 21 |
The audio.cpp implementation is being staged on the `preview/minimax-music-3`
|
| 22 |
branch while the runtime surface is iterated quickly.
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Quick Start
|
| 25 |
|
| 26 |
```bash
|
|
@@ -62,9 +70,3 @@ This GGUF package follows the upstream MiniMax-Music3 COMMUNITY LICENSE. The
|
|
| 62 |
license text is included in `LICENSE`; review it before use, especially for
|
| 63 |
commercial deployment.
|
| 64 |
|
| 65 |
-
## Preview Notes
|
| 66 |
-
|
| 67 |
-
- The current runtime uses model-local resource loading instead of treating the v1 spec as the runtime contract. This keeps component selection flexible while the package layout and option surface settle.
|
| 68 |
-
- The best quality/performance component combination is still being measured. The default favors Q4_K for the large language model and flow transformer, with BF16 kept for the RVQ depth decoder.
|
| 69 |
-
- Longer generations such as five-minute songs are supported as long-form runs, but they are currently tuned for completion and quality checks rather than realtime throughput.
|
| 70 |
-
- Memory usage is an active optimization target for larger durations and alternate component mixes.
|
|
|
|
| 21 |
The audio.cpp implementation is being staged on the `preview/minimax-music-3`
|
| 22 |
branch while the runtime surface is iterated quickly.
|
| 23 |
|
| 24 |
+
## Preview Notes
|
| 25 |
+
|
| 26 |
+
- The current runtime uses model-local resource loading instead of treating the v1 spec as the runtime contract. This keeps component selection flexible while the package layout and option surface settle.
|
| 27 |
+
- The best quality/performance component combination is still being measured. The default favors Q4_K for the large language model and flow transformer, with BF16 kept for the RVQ depth decoder.
|
| 28 |
+
- Longer generations such as five-minute songs are supported as long-form runs, but they are currently tuned for completion and quality checks rather than realtime throughput.
|
| 29 |
+
- Memory usage is an active optimization target for larger durations and alternate component mixes.
|
| 30 |
+
|
| 31 |
+
|
| 32 |
## Quick Start
|
| 33 |
|
| 34 |
```bash
|
|
|
|
| 70 |
license text is included in `LICENSE`; review it before use, especially for
|
| 71 |
commercial deployment.
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|