Large Language Models (LLMs)

View as Markdown

Introduction

Large Language Models (LLMs) power a variety of tasks such as dialogue systems, text classification, summarization, and more. NeMo AutoModel provides a simple interface for loading and fine-tuning LLMs hosted on the Hugging Face Hub.

Run LLMs with NeMo AutoModel

To run LLMs with NeMo AutoModel, make sure you use NeMo container version 26.06.00 or later. If the model you intend to fine-tune requires a newer source than the container provides, use a current checkout so the package and its example recipes stay on one revision:

$git clone https://github.com/NVIDIA-NeMo/Automodel.git
$cd Automodel
$uv sync --locked --all-groups --all-extras

For other installation options (such as uv), refer to the NeMo AutoModel Installation Guide.

Supported Models

NeMo AutoModel supports the AutoModelForCausalLM in the Text Generation category. During preprocessing, it uses transformers.AutoTokenizer, which is sufficient for most LLM cases. If your model requires custom text handling, override the tokenizer in your recipe YAML or provide a custom dataset _target_. Refer to LLM datasets and dataset overview.

This table combines recipe-backed checkpoints with documented model families. Dates show when the current checkpoint first appeared in a recipe, or when a documentation-only family page was added. See the combined model support log for recipe-backed checkpoints of every model type.

DateModelArchitecturesRecipe
2026-08-29GLM-5.3GlmMoeDsaForCausalLMrecipe
2026-08-26Qwen3.8-Flash-NextQwen3_8_FlashNextForConditionalGenerationrecipe
2026-08-24Laguna-XS-2.1LagunaForCausalLMrecipe
2026-08-18Devstral-2-123B-Instruct-2512recipe
2026-08-13Qwen3.8-2.4T-A95BQwen3.8-2.4T-A95B CausalLMrecipe
2026-08-12Qwen3-32BQwen3ForCausalLMrecipe
2026-08-10Muse-Glimmer-30Brecipe
2026-08-08NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16NemotronHForCausalLMrecipe
2026-08-07Kimi-Linear-48B-A3B-InstructKimiLinear48BForCausalLMrecipe
2026-07-30T5-smallT5ForConditionalGenerationrecipe
2026-07-29Kimi-K3KimiK3ForCausalLMrecipe
2026-07-22Laguna-S-2.1LagunaForCausalLMrecipe
2026-07-22Gemma-4-31Brecipe
2026-06-21GLM-5.2GlmMoeDsaForCausalLMrecipe
2026-06-18Qwen2.5-0.5Brecipe
2026-06-08Falcon-H1-7B-Instructrecipe
2026-06-08Falcon-H1-34B-Instructrecipe
2026-06-08Falcon-H1-1.5B-Deep-Instructrecipe
2026-06-08Falcon-H1-0.5B-Instructrecipe
2026-06-04NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16recipe
2026-06-04Gemma-4-12Brecipe
2026-06-02MiniCPM5-1BMiniCPMForCausalLM / MiniCPM3ForCausalLM / MiniCPM5ForCausalLMrecipe
2026-05-28Qwen2.5-3Brecipe
2026-05-28Hy-MT2-30B-A3BHyMT2ForCausalLMrecipe
2026-05-22DeepSeek-V4-ProDeepseekV4ForCausalLMrecipe
2026-05-20Ling-mini-2.0BailingMoeV2ForCausalLMrecipe
2026-05-20Ling-flash-2.0BailingMoeV2ForCausalLMrecipe
2026-05-20Ling-1TBailingMoeV2ForCausalLMrecipe
2026-05-17MiMo-V2-FlashMiMoV2FlashForCausalLMrecipe
2026-05-17ERNIE-4.5-21B-A3B-PTrecipe
2026-05-17ERNIE-4.5-0.3B-PTrecipe
2026-04-29Hy3-previewHYV3ForCausalLMrecipe
2026-04-27DeepSeek-V4-FlashDeepseekV4ForCausalLMrecipe
2026-04-22Devstral-Small-2-24B-Instruct-2512Mistral3ForConditionalGenerationrecipe
2026-04-15Llama-3.2-1B-Instructrecipe
2026-04-15Llama-3.1-8B-Instructrecipe
2026-04-11MiniMax-M2.7MiniMaxM2ForCausalLMrecipe
2026-04-07GLM-5.1GlmMoeDsaForCausalLMrecipe
2026-04-06Qwen3.5-35B-A3Brecipe
2026-04-06Mistral-Small-4-119B-2603recipe
2026-04-06Ministral-3-3B-Instruct-2512Mistral3ForConditionalGenerationrecipe
2026-04-06Llama-3.1-Nemotron-Nano-8B-v1recipe
2026-04-06DeepSeek-V3.2DeepseekV3ForCausalLM / DeepseekV32ForCausalLMrecipe
2026-04-05StarCoder (documentation)GPTBigCodeForCausalLM
2026-04-05StableLM (documentation)StableLmForCausalLM
2026-04-05Solar Pro (documentation)SolarForCausalLM
2026-04-05Phi-3-Small (documentation)Phi3SmallForCausalLM
2026-04-05Orion (documentation)OrionForCausalLM
2026-04-05OLMoE (documentation)OLMoEForCausalLM
2026-04-05OLMo (documentation)OLMoForCausalLM
2026-04-05Nemotron-Super (Llama-3.3-Nemotron-Super-49B) (documentation)DeciLMForCausalLM
2026-04-05Nemotron / Minitron (documentation)NemotronForCausalLM
2026-04-05Moonlight (documentation)DeepseekV3ForCausalLM
2026-04-05Jais (documentation)JAISLMHeadModel
2026-04-05InternLM (documentation)InternLMForCausalLM / InternLM2ForCausalLM / InternLM3ForCausalLM
2026-04-05GritLM (documentation)GritLM
2026-04-05Granite (documentation)GraniteForCausalLM
2026-04-05Granite MoE (documentation)GraniteMoeForCausalLM
2026-04-05GPT-NeoX / Pythia (documentation)GPTNeoXForCausalLM
2026-04-05GPT-J (documentation)GPTJForCausalLM
2026-04-05Gemma (documentation)
2026-04-05Falcon (documentation)FalconForCausalLM
2026-04-05EXAONE (documentation)ExaoneForCausalLM
2026-04-05DeepSeek (documentation)DeepseekForCausalLM
2026-04-05ChatGLM (documentation)ChatGLMModel
2026-04-05Bamba (documentation)BambaForCausalLM
2026-04-05Baichuan / Baichuan2 (documentation)BaiChuanForCausalLM
2026-04-05Aquila / Aquila2 (documentation)AquilaForCausalLM
2026-04-03Qwen2.5-0.5B-Instructrecipe
2026-03-30NVIDIA-Nemotron-3-Nano-4B-BF16NemotronHForCausalLMrecipe
2026-03-26Qwen3-4B-Baserecipe
2026-03-26Qwen3-30B-A3B-Baserecipe
2026-03-11NVIDIA-Nemotron-3-Super-120B-A12B-BF16recipe
2026-03-11GLM-5GlmMoeDsaForCausalLMrecipe
2026-03-09Qwen3-30B-A3B-Thinking-2507recipe
2026-02-13MiniMax-M2.5MiniMaxM2ForCausalLMrecipe
2026-02-11GLM-4.7-FlashGlm4MoeForCausalLM / Glm4MoeLiteForCausalLMrecipe
2026-02-08MiniMax-M2.1MiniMaxM2ForCausalLMrecipe
2026-02-04Step-3.5-FlashStep3p5ForCausalLMrecipe
2026-01-27GLM-4.7Glm4MoeForCausalLM / Glm4MoeLiteForCausalLMrecipe
2026-01-12Nemotron-Flash-1BNemotronFlashForCausalLMrecipe
2026-01-08Qwen1.5-MoE-A2.7BQwen2MoeForCausalLMrecipe
2025-12-18Functiongemma-270m-itGemma3ForCausalLMrecipe
2025-12-16Llama-3.1-70Brecipe
2025-12-15NVIDIA-Nemotron-3-Nano-30B-A3B-BF16NemotronHForCausalLMrecipe
2025-11-17Qwen2.5-32B-Instructrecipe
2025-11-10Qwen3-235B-A22BQwen3MoeForCausalLMrecipe
2025-11-10GLM-4.5-AirGlm4MoeForCausalLM / Glm4MoeLiteForCausalLMrecipe
2025-10-24Qwen3-Next-80B-A3B-InstructQwen3NextForCausalLMrecipe
2025-10-15Qwen3-8BQwen3ForCausalLMrecipe
2025-10-12Qwen2.5-7B-InstructQwen2ForCausalLMrecipe
2025-10-05Mixtral-8x7B-v0.1MixtralForCausalLMrecipe
2025-10-05Llama-3.3-70B-Instructrecipe
2025-10-02Kimi-K2-Baserecipe
2025-10-01Qwen3-30B-A3BQwen3MoeForCausalLMrecipe
2025-09-29NVIDIA-Nemotron-Nano-9B-v2NemotronHForCausalLMrecipe
2025-09-29Llama-3_3-Nemotron-Super-49B-v1_5recipe
2025-09-29DeepSeek-V3DeepseekV3ForCausalLM / DeepseekV32ForCausalLMrecipe
2025-09-24Gpt-oss-20bGptOssForCausalLMrecipe
2025-09-24Gpt-oss-120bGptOssForCausalLMrecipe
2025-09-08Moonlight-16B-A3BDeepseekV3ForCausalLM / DeepseekV32ForCausalLMrecipe
2025-09-03Gpt2GPT2LMHeadModelrecipe
2025-08-27Starcoder2-7bStarcoder2ForCausalLMrecipe
2025-08-27Seed-OSS-36B-InstructQwen2ForCausalLMrecipe
2025-08-27Seed-Coder-8B-InstructQwen2ForCausalLMrecipe
2025-08-27QwQ-32Brecipe
2025-08-27Qwen2.5-7Brecipe
2025-08-27Phi-4recipe
2025-08-27Phi-3-mini-4k-instructPhi3ForCausalLMrecipe
2025-08-27Phi-2PhiForCausalLMrecipe
2025-08-27OLMo-2-0425-1B-InstructOLMo2ForCausalLMrecipe
2025-08-27Mixtral-8x7B-Instruct-v0.1MixtralForCausalLMrecipe
2025-08-27Mistral-Nemo-Base-2407recipe
2025-08-27Mistral-7B-v0.1MistralForCausalLMrecipe
2025-08-27Llama-3.2-3B-Instructrecipe
2025-08-27Granite-3.3-2b-instructrecipe
2025-08-27Glm-4-9b-chat-hfGlmForCausalLM / Glm4ForCausalLMrecipe
2025-08-27Gemma-7bGemmaForCausalLMrecipe
2025-08-27Gemma-3-270mrecipe
2025-08-27Gemma-2-9b-itGemma2ForCausalLMrecipe
2025-08-27Falcon3-7B-Instructrecipe
2025-08-27C4ai-command-r7b-12-2024CohereForCausalLM / Cohere2ForCausalLMrecipe
2025-08-27Baichuan2-7B-Chatrecipe
2025-08-21Llama-3.1-8BLlamaForCausalLMrecipe
2025-07-31Qwen3-0.6BQwen3ForCausalLMrecipe
2025-07-15Llama-3.2-1BLlamaForCausalLMrecipe

Fine-Tuning LLMs with NeMo AutoModel

The models listed above can be fine-tuned using NeMo AutoModel. NeMo AutoModel supports two primary fine-tuning approaches:

  1. Parameter-Efficient Fine-Tuning (PEFT): Updates only a small subset of parameters (typically less than 1%) using techniques such as Low-Rank Adaptation (LoRA).
  2. Supervised Fine-Tuning (SFT): Updates all or most model parameters for deeper adaptation.

See the Fine-Tuning Guide to learn how to apply both methods to your data.

In these guides, the SQuAD v1.1 dataset is used for demonstration purposes, but you can use custom data. Update the recipe YAML dataset and validation_dataset sections accordingly. Refer to LLM Datasets and Dataset Overview.