Metadata-Version: 2.4
Name: unsloth-mlx
Version: 0.4.1
Summary: Deprecated: use mlx-tune instead. See https://pypi.org/project/mlx-tune/
License: Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: mlx-tune>=0.4.0

# unsloth-mlx has been renamed to mlx-tune

This package is deprecated. Please install **[mlx-tune](https://pypi.org/project/mlx-tune/)** instead:

```bash
pip install mlx-tune
```

Then update your imports:

```python
# Before
from unsloth_mlx import FastLanguageModel

# After
from mlx_tune import FastLanguageModel
```

Everything else stays the same — same API, same features, just a new name.

For more info, visit the **[mlx-tune GitHub repo](https://github.com/ARahim3/mlx-tune)**.
