Model Coverage Overview
NeMo AutoModel integrates with Hugging Face transformers. Any LLM or VLM that can be instantiated through transformers can also be used using NeMo AutoModel, subject to runtime, third-party software dependencies, and feature compatibility.
Supported Hugging Face Auto Classes
Release Log
The table below tracks when model support and key features were added across NeMo AutoModel releases. For the full list of tested architectures and example configs, see the LLM, VLM, and Multimodal pages.
Day-0 Support
- NeMo AutoModel closely tracks the latest
transformersversion and updates its dependency regularly. - New models released on the Hugging Face Hub may require the latest
transformersversion, necessitating a package upgrade. - We are working on a CI pipeline that automatically bumps the supported
transformersversion when a new release is detected, enabling even faster day-0 support.
Custom Model Registry
NeMo AutoModel includes a custom model registry that allows teams to:
- Add custom implementations to extend support to models not yet covered upstream.
- Provide optimized or faster implementations for specific models while retaining the same AutoModel interface.
Having Issues?
If a model from the Hub doesnβt work as expected, see the Troubleshooting Unsupported Models guide for common issues and solutions.