MiniMax Music 3 MLX
Collection
Apple Silicon MLX port of MiniMax Music 3: bf16 plus 8/6/4-bit quants. โข 4 items โข Updated
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
4-bit quantized Linear layers (group_size=64) of MiniMaxAI/MiniMax-Music3 for mikolaj92/minimax-music3-mlx. Vocoder and condition encoder stay bf16.
hf download mikoy92/MiniMax-Music3-MLX-4bit --local-dir ./weights/mlx-4bit
python -m minimax_music3_mlx.generate --weights ./weights/mlx-4bit \
--lyrics $'[verse]\n...\n[chorus]\n...' --prompt "..." --duration 30 --steps 30 --output song.wav
Weights remain under the MiniMax-Music3 Community License.
4-bit
Base model
MiniMaxAI/MiniMax-Music3