AI Pulse by Inblix

Transformers hits 300+ architectures as Hugging Face pushes for total AI ecosystem dominance

Hugging Face Blog · May 15, 2025 · 2 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: Transformers hits 300+ architectures as Hugging Face pushes for total AI ecosystem dominance

The Transformers library isn’t just growing. It’s quietly becoming the central nervous system for the entire machine learning world. Born in 2019 alongside BERT, the library now supports over 300 model architectures, with roughly three new ones dropping every week. That scale alone is staggering, but the real story isn’t the number—it’s the strategy. The Hugging Face team is positioning Transformers as the universal model definition layer, a Rosetta Stone that lets code written once run anywhere.

This is a deliberate power play against ecosystem fragmentation. A new architecture added to Transformers instantly works across a who’s-who of training and inference tools: vLLM, SGLang, DeepSpeed, Unsloth, Axolotl, and PyTorch Lightning, to name a few. The integration is often shockingly simple. Loading a bleeding-edge model into vLLM now requires just a single extra parameter: model_impl="transformers". That gets you production-grade serving with dynamic batching and custom kernels, no waiting required. For model creators, the pitch is compelling: one contribution to Transformers replaces a frantic, multi-library integration sprint.

The interoperability push extends deep into the local AI scene. The team has worked closely with the llama.cpp and MLX communities to make model files flow smoothly between ecosystems. You can now load a GGUF file directly into Transformers for fine-tuning, or convert a Transformers model into GGUF for local CPU inference. MLX models are directly compatible with Transformers’ safetensors files. A practical workflow emerges: train with Unsloth, deploy with SGLang, then export to llama.cpp to run on a laptop. The vision is a community-driven standard that no single company owns, but one that Hugging Face’s library effectively anchors.

Not everyone gets the full day-0 treatment, of course. As one community member pointed out, llama.cpp maintains its own independent model implementations and won’t automatically inherit support for new architectures added to Transformers. The Hugging Face team acknowledged this, clarifying that their work with llama.cpp focuses on bidirectional model export and close collaboration on new vision-language models. It’s not automatic compatibility, but it’s a far cry from the siloed development of a few years ago. The broader bet here is clear: a standardized modeling layer makes the whole field move faster, even if some tools retain their own implementations under the hood.

💡 Key Takeaways

  1. Transformers now anchors over 300 model architectures, adding roughly three new ones weekly, making it the default interoperability layer across major training and inference frameworks.
  2. A single model contribution to Transformers unlocks day-0 support in vLLM, SGLang, Unsloth, and others, dramatically reducing the integration burden for model creators.
  3. Deep bidirectional compatibility with local inference tools like llama.cpp and MLX means a model can flow from cloud training to on-device deployment without painful conversion steps.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles