kermt-continue-pretrain

Automate KERMT pretraining continuation with checkpoint validation and distributed training execution.

413|62|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill kermt-continue-pretrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kermt-continue-pretrain
Source: https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit/tree/main/plugins/bionemo-agent-toolkit/skills/kermt-continue-pretrain
Command: npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill kermt-continue-pretrain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires torch, json, sys, and includes scripts (resource) components.

What problem does it solve?

This skill automates the complex, multi-step process of resuming or continuing pretraining for KERMT models, ensuring that data preparation, checkpoint validation, and hardware-specific training configurations are handled correctly without manual intervention.

Core Features & Use Cases

  • Automated Workflow Orchestration: Manages the entire lifecycle from input validation and data preparation to detached training execution.
  • Hardware-Aware Optimization: Automatically scales batch sizes and training parameters based on detected GPU VRAM and hardware capabilities.
  • Use Case: A researcher needs to continue pretraining a KERMT model on a new chemical dataset; this skill validates the checkpoint, prepares the corpus, and launches the training job in a detached container, ensuring consistency and reproducibility.

Quick Start

Use the kermt-continue-pretrain skill to resume training from the specified checkpoint using the provided training data csv file.

Frequently Asked Questions about kermt-continue-pretrain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume pretraining a biomolecular model from an interrupted checkpoint?

To resume pretraining a biomolecular model from an interrupted checkpoint, this skill automates exact-state resumption by validating the checkpoint file, preparing the corpus, and orchestrating detached distributed training execution.

Do I need an NVIDIA GPU and Docker environment to continue pretraining deep learning chemistry models?

Yes, continuing pretraining deep learning chemistry models requires a CUDA-capable NVIDIA GPU environment and Docker containerization to ensure hardware-aware optimization and consistent distributed training execution.

Can I continue pretraining a KERMT model on a new chemical dataset?

Yes, you can continue pretraining a KERMT model on a new chemical dataset using a fresh-schedule continuation, which validates the existing checkpoint, prepares the new training data CSV, and launches the training job.

How does automated workflow orchestration handle batch size scaling for biomolecular pretraining?

Automated workflow orchestration handles biomolecular pretraining by automatically scaling batch sizes and training parameters based on detected GPU VRAM and hardware capabilities during the distributed training execution.

What are the limitations when using torch to orchestrate distributed training for biomolecular models?

Limitations include strict dependencies on specific model architecture compatibility and the requirement for Docker containerization, meaning biomolecular distributed training cannot execute without CUDA-capable NVIDIA GPU environments.