Back to Articles

TL;DR The advent of code agents What does this have to do with MLX? What we did How we did it Test harness How to use the Skill Next steps and known shortcomings What's next What doesn't work yet Conclusion Resources Thank you! Making transformers models available in mlx-lm using a Skill and test harness

TL;DR

We provide a Skill and a test harness to help port language models from transformers to mlx-lm, so they become (almost) instantly available the moment they are added to transformers. The Skill is designed to support contributors and reviewers as an aide, not an automation. We explain why we did it, how, and comment about how to meaningfully contribute to open source in the age of agents.

The advent of code agents