Instructions to use vanch007/MiniMax-Music3-MLX-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use vanch007/MiniMax-Music3-MLX-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiniMax-Music3-MLX-8bit vanch007/MiniMax-Music3-MLX-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "component": "condition_encoder", | |
| "format": "mlx-minimax-music3-v1", | |
| "processed_source_files": [ | |
| "diffusion_pytorch_model.safetensors" | |
| ], | |
| "quantization": { | |
| "bits": 8, | |
| "group_size": 64, | |
| "mode": "affine" | |
| }, | |
| "shards": [ | |
| { | |
| "bytes": 50336161, | |
| "file": "model-00001.safetensors", | |
| "remote_revision": "45fbe9ec83b39913713c878cfd844186853ce6d3", | |
| "remote_sha256": "96b4e3f9ff738c16f5a7dbd04ba060182b0c6b693bbd430132162678565c0aa1", | |
| "remote_verified": true, | |
| "sha256": "96b4e3f9ff738c16f5a7dbd04ba060182b0c6b693bbd430132162678565c0aa1", | |
| "tensors": [ | |
| "layer_scale", | |
| "layer_weight_logits", | |
| "proj.bias", | |
| "proj.weight" | |
| ] | |
| } | |
| ], | |
| "source_files": [ | |
| "diffusion_pytorch_model.safetensors" | |
| ], | |
| "status": "complete", | |
| "total_size": 50335762, | |
| "weight_map": { | |
| "layer_scale": "model-00001.safetensors", | |
| "layer_weight_logits": "model-00001.safetensors", | |
| "proj.bias": "model-00001.safetensors", | |
| "proj.weight": "model-00001.safetensors" | |
| } | |
| } | |