Troubleshooting Unsupported Models
Sometimes a model listed on the Hugging Face Hub may not work with NeMo AutoModel. If you encounter any such model, please open a GitHub issue with the model ID and any stack trace you see.
Common Issues
These cases typically stem from upstream packaging or dependency constraints. You would encounter the same issues when using transformers directly, as AutoModel mirrors the familiar load and fine-tune semantics.
Steps to Try
- Upgrade NeMo AutoModel to a release that supports the required
transformersversion. See Install NeMo AutoModel. - Enable remote code ā if the model uses custom code, set
trust_remote_code: truein yourmodel:config. See Hugging Face API Compatibility. - Open a GitHub issue with the model ID and error so we can prioritize support or add a registry-backed implementation.