nemotron-3-ultra-text2sql-lora

Run the Nemotron-3 Ultra Text2SQL LoRA cookbook on a SLURM cluster.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/Lhhiep-maxcode/Nemotron --skill nemotron-3-ultra-text2sql-lora
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemotron-3-ultra-text2sql-lora
Source: https://github.com/Lhhiep-maxcode/Nemotron/tree/main/usage-cookbook/Nemotron-3-Ultra/lora-text2sql/nemo-megatron-bridge
Command: npx skills add https://github.com/Lhhiep-maxcode/Nemotron --skill nemotron-3-ultra-text2sql-lora

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you run the Nemotron-3 Ultra Text2SQL fine-tuning workflow end-to-end without manually orchestrating the notebook, SLURM jobs, or checkpoint conversion steps.

Core Features & Use Cases

  • Cluster-aware execution: Gathers the SLURM account, partitions, QOS, GPU layout, workspace paths, container image, and Hugging Face token location needed to run on the user's cluster.
  • Data preparation: Builds the BIRD Text2SQL training dataset from the no-reasoning and reasoning splits using the Ultra chat template.
  • Distributed conversion and LoRA training: Launches multi-node jobs to convert the Hugging Face checkpoint into Megatron-Bridge format and then fine-tunes with packed-sequence LoRA.
  • Operational verification: Checks job state and validates expected outputs such as prepared JSONL data, converted checkpoints, and saved adapters.

Quick Start

Ask me to run the Nemotron-3 Ultra Text2SQL LoRA cookbook on your SLURM cluster and I will collect the required environment details, submit the jobs, monitor them, and confirm completion.

Frequently Asked Questions about nemotron-3-ultra-text2sql-lora

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

FAQPage Schema
How do I run Text2SQL LoRA fine-tuning on a SLURM cluster end-to-end?

Text2SQL LoRA fine-tuning on SLURM runs by collecting cluster configurations, submitting multi-node jobs for data preparation, checkpoint conversion, and packed LoRA training, then verifying job completion and output validation.

What is packed LoRA fine-tuning for the 550B Mamba-Transformer MoE model?

Packed LoRA fine-tuning for the 550B Mamba-Transformer MoE applies low-rank adaptation using packed sequences, requiring distributed checkpoint conversion into Megatron-Bridge format before launching training jobs on a configured SLURM cluster.

Do I need a shared filesystem and Hugging Face token to fine-tune Nemotron models with LoRA?

Yes, fine-tuning Nemotron models with LoRA requires a shared filesystem for workspace paths, container access, and a configured Hugging Face token placement to safely launch and verify distributed cluster jobs.

How do I convert Hugging Face checkpoints to Megatron-Bridge format for distributed LoRA training?

Converting Hugging Face checkpoints to Megatron-Bridge format involves launching multi-node SLURM jobs that transform the checkpoint structure, enabling subsequent packed-sequence LoRA fine-tuning on the target cluster environment.

What cluster configurations are required to launch distributed Text2SQL fine-tuning jobs?

Distributed Text2SQL fine-tuning jobs require SLURM account details, partitions, QOS settings, GPU layout, workspace paths, container image access, and Hugging Face token placement to safely launch and verify execution.

How does the BIRD Text2SQL dataset preparation work for Ultra chat template formatting?

BIRD Text2SQL dataset preparation builds training data from no-reasoning and reasoning splits by applying the Ultra chat template, generating JSONL files needed for the subsequent packed LoRA fine-tuning workflow.