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
File size: 1,061 Bytes
45fbe9e d0c4cf5 45fbe9e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"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"
}
}
|