xocialize commited on
Commit
64cbfcb
·
verified ·
1 Parent(s): e34120a

docs: PR #654 merged — pip install mlx-audio>=0.4.3

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -65,8 +65,8 @@ The relicense was independently confirmed with the original author the week of A
65
 
66
  ## Conversion
67
 
68
- - **Tool:** `mlx_audio.sts.models.mel_roformer.convert` (custom port pending upstream merge to [Blaizzy/mlx-audio](https://github.com/Blaizzy/mlx-audio))
69
- - **Tool version:** [`8380ab8`](https://github.com/xocialize/mlx-audio/commit/8380ab8) on the `feat/mel-band-roformer` branch (xocialize fork)
70
  - **mlx (Python) version:** 0.31.0
71
  - **Architecture preset:** `MelRoFormerConfig.kim_vocal_2()`
72
  - **Output precision:** `bfloat16`
@@ -96,7 +96,7 @@ Vocal isolation for music source separation. Input is a stereo music mixture; ou
96
 
97
  ### Python (mlx-audio)
98
 
99
- > Requires the Mel-Band-RoFormer architecture from the [pending mlx-audio PR](https://github.com/Blaizzy/mlx-audio); not yet on the released `pip install mlx-audio` line. Once merged, the snippet below works as-is. In the meantime, install the fork branch directly.
100
 
101
  ```python
102
  import soundfile as sf
 
65
 
66
  ## Conversion
67
 
68
+ - **Tool:** `mlx_audio.sts.models.mel_roformer.convert` — merged upstream into [Blaizzy/mlx-audio](https://github.com/Blaizzy/mlx-audio) via [PR #654](https://github.com/Blaizzy/mlx-audio/pull/654) (2026-04-27) and shipped in [`mlx-audio==0.4.3`](https://pypi.org/project/mlx-audio/0.4.3/) and later.
69
+ - **Tool version at conversion time:** [`8380ab8`](https://github.com/xocialize/mlx-audio/commit/8380ab8) on the `feat/mel-band-roformer` branch (xocialize fork) — this is the exact commit that produced `model.safetensors`. The merged upstream code is functionally equivalent.
70
  - **mlx (Python) version:** 0.31.0
71
  - **Architecture preset:** `MelRoFormerConfig.kim_vocal_2()`
72
  - **Output precision:** `bfloat16`
 
96
 
97
  ### Python (mlx-audio)
98
 
99
+ > The Mel-Band-RoFormer architecture is included in [`mlx-audio>=0.4.3`](https://pypi.org/project/mlx-audio/0.4.3/) (merged via [PR #654](https://github.com/Blaizzy/mlx-audio/pull/654) on 2026-04-27). Install with `pip install "mlx-audio>=0.4.3"`.
100
 
101
  ```python
102
  import soundfile as sf