Instructions to use MERaLiON/MERaLiON-2-10B-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use MERaLiON/MERaLiON-2-10B-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MERaLiON-2-10B-MLX MERaLiON/MERaLiON-2-10B-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Replace bundled inference code with pip install mlx-meralion
#4
by YingxuHe - opened
- Replace bundled
meralion_mlx/andscripts/withpip install mlx-meralion - Update README: new Quick Start using
from mlx_meralion import load_model, transcribe - N-gram blocking now built into the package (always enabled)
- Remove
pyproject.toml(package is now on PyPI) - Source: https://github.com/YingxuH/mlx-audiollm
YingxuHe changed pull request status to merged