Skip to main content
Ctrl+K
NeMo-AutoModel - Home NeMo-AutoModel - Home

NeMo-AutoModel

  • GitHub
NeMo-AutoModel - Home NeMo-AutoModel - Home

NeMo-AutoModel

  • GitHub

Table of Contents

Get Started

  • Introduction to the NeMo Automodel Repository
  • Install NeMo Automodel
  • Run on Your Local Workstation

Announcements

  • Challenges in Enabling PyTorch Native Pipeline Parallelism for Hugging Face Transformer Models
  • Google Gemma 3n: Efficient Multimodal Fine-tuning Made Simple
  • Fine-tune Hugging Face Models Instantly with Day-0 Support with NVIDIA NeMo AutoModel

E2E Examples

  • Supervised Fine-Tuning (SFT) and Parameter-Efficient Fine-Tuning (PEFT) with NeMo Automodel
  • Pretraining using Megatron-Core Datasets with NeMo Automodel
  • NanoGPT-style Pre-Training with NeMo Automodel
  • Fine-Tune Gemma 3 and Gemma 3n

Model Coverage

  • Large Language Models (LLMs)
  • Vision Language Models (VLMs)

Datasets

  • Dataset Overview: LLM and VLM Datasets in NeMo Automodel
  • Integrate Your Own Text Dataset
  • Use the ColumnMappedTextInstructionDataset
  • Integrate Your Own Multi-Modal Dataset

Development

  • Checkpointing in NeMo AutoModel
  • 🚀 Gradient (Activation) Checkpointing in NeMo-AutoModel
  • Pipeline Parallelism with AutoPipeline
  • Knowledge Distillation with NeMo-AutoModel
  • FP8 Training in NeMo Automodel
  • API Reference
    • nemo_automodel
      • nemo_automodel.components
        • nemo_automodel.components._diffusers
        • nemo_automodel.components._peft
        • nemo_automodel.components._transformers
        • nemo_automodel.components.attention
        • nemo_automodel.components.checkpoint
        • nemo_automodel.components.config
        • nemo_automodel.components.datasets
        • nemo_automodel.components.distributed
        • nemo_automodel.components.launcher
        • nemo_automodel.components.loggers
        • nemo_automodel.components.loss
        • nemo_automodel.components.models
        • nemo_automodel.components.moe
        • nemo_automodel.components.optim
        • nemo_automodel.components.quantization
        • nemo_automodel.components.training
        • nemo_automodel.components.utils
      • nemo_automodel.shared
        • nemo_automodel.shared.import_utils
        • nemo_automodel.shared.utils

Performance

  • NeMo AutoModel Performance Summary
  • API Reference
  • nemo_automodel
  • nemo_automodel.components
  • nemo_automodel.components.loggers
  • nemo_automodel.components.loggers.wandb_utils

nemo_automodel.components.loggers.wandb_utils#

Module Contents#

Functions#

suppress_wandb_log_messages

Patches wandb logger to suppress upload messages.

API#

nemo_automodel.components.loggers.wandb_utils.suppress_wandb_log_messages()[source]#

Patches wandb logger to suppress upload messages.

These occur usually on KeyboardInterrupt or program crash.

To print the log url: run = wandb.init(…) print(run.url)

previous

nemo_automodel.components.loggers.log_utils

next

nemo_automodel.components.loss

On this page
  • Module Contents
    • Functions
    • API
      • suppress_wandb_log_messages()
NVIDIA NVIDIA
Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2025, NVIDIA Corporation.