MLX-compatible fp16 package for the ACE-Step 5Hz planner LM used by optional
Phase 6 LM-conditioning. This repo is shared by the base turbo and XL-turbo
ACE-Step MLX model packages so the planner is not duplicated in every DiT repo.
1config.json
2model.safetensors
3tokenizer.json
4tokenizer_config.json
5special_tokens_map.json
6added_tokens.json
7chat_template.jinja
8merges.txt
9vocab.json
Baseline generation does not need this repo. To enable Phase 6, pass the
planner snapshot to the generator with --lm-weights.
The planner LM is the ACE-Step 5Hz planner, a fine-tune in the Qwen3-1.7B
family. Qwen3 is Apache 2.0 licensed. This package changes only the on-disk
layout and MLX-compatible safetensors dtype representation; it does not change
the model architecture or learned parameters.
This package carries the upstream Qwen3 NOTICE obligation. See the upstream
Qwen3 model card for the canonical NOTICE text and verify the latest version
before re-redistribution.