Instructions to use mikoy92/MiniMax-Music3-MLX-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mikoy92/MiniMax-Music3-MLX-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiniMax-Music3-MLX-4bit mikoy92/MiniMax-Music3-MLX-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "format": "mlx", | |
| "source": "MiniMax-Music3", | |
| "layout": "minimax-music3-diffusers", | |
| "quantized": true, | |
| "bits": 4, | |
| "group_size": 64, | |
| "mode": "affine", | |
| "quantize_modules": [ | |
| "language_model", | |
| "transformer", | |
| "rvq_depth_decoder" | |
| ] | |
| } | |