Text-to-Audio
Safetensors
MLX
mlx-audio
minimax_music3
apple-silicon
music-generation
text-to-music
quantized
6bit
6-bit
Instructions to use mlx-community/MiniMax-Music3-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/MiniMax-Music3-6bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiniMax-Music3-6bit mlx-community/MiniMax-Music3-6bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Point install instructions to upstream mlx-audio
Browse files
README.md
CHANGED
|
@@ -37,12 +37,12 @@ Other MLX variants:
|
|
| 37 |
|
| 38 |
## Install
|
| 39 |
|
| 40 |
-
MiniMax Music 3 support
|
| 41 |
[`Blaizzy/mlx-audio#888`](https://github.com/Blaizzy/mlx-audio/pull/888).
|
| 42 |
-
Until
|
| 43 |
|
| 44 |
```bash
|
| 45 |
-
python -m pip install "mlx-audio @ git+https://github.com/
|
| 46 |
```
|
| 47 |
|
| 48 |
## Generate
|
|
|
|
| 37 |
|
| 38 |
## Install
|
| 39 |
|
| 40 |
+
MiniMax Music 3 support was merged upstream in
|
| 41 |
[`Blaizzy/mlx-audio#888`](https://github.com/Blaizzy/mlx-audio/pull/888).
|
| 42 |
+
Until a PyPI release includes it, install the upstream merge commit directly:
|
| 43 |
|
| 44 |
```bash
|
| 45 |
+
python -m pip install "mlx-audio @ git+https://github.com/Blaizzy/mlx-audio.git@784b29e2691a93ca7483147d86f61859dfaa6296"
|
| 46 |
```
|
| 47 |
|
| 48 |
## Generate
|