nemo-rl-hf-jobs-etiquette

Coordinate NVIDIA NeMo RL training job submission and reconciliation on Hugging Face infrastructure.

1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/Tyler-R-Kendrick/slm-training --skill nemo-rl-hf-jobs-etiquette
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-rl-hf-jobs-etiquette
Source: https://github.com/Tyler-R-Kendrick/slm-training/tree/main/.agents/skills/nemo-rl-hf-jobs-etiquette
Command: npx skills add https://github.com/Tyler-R-Kendrick/slm-training --skill nemo-rl-hf-jobs-etiquette

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents configuration errors and security leaks when deploying complex NVIDIA NeMo RL training jobs to Hugging Face, ensuring that experiments remain reproducible and secure.

Core Features & Use Cases

  • Standardized Dispatch: Enforces the use of specific repository commands for job submission and reconciliation to prevent fragmented workflows.
  • Security Guardrails: Provides strict protocols for handling sensitive credentials like HF_TOKEN and managing ephemeral storage.
  • Use Case: When preparing a new causal_lm lineage run, use this skill to validate your job configuration, ensure secrets are passed via secure environment variables, and correctly mount your OpenUI storage bucket.

Quick Start

Use the nemo-rl-hf-jobs-etiquette skill to validate the current configuration and submit the NeMo RL training job to Hugging Face.

Frequently Asked Questions about nemo-rl-hf-jobs-etiquette

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

FAQPage Schema
How do I securely manage secrets when submitting NeMo RL training jobs to Hugging Face?

To securely manage secrets for NeMo RL training jobs on Hugging Face, pass sensitive credentials like HF_TOKEN via secure environment variables rather than hardcoding them. This prevents configuration errors and security leaks during deployment.

What's the best way to ensure reproducibility for causal_lm lineage runs on Hugging Face infrastructure?

Ensuring reproducibility for causal_lm lineage runs requires strict adherence to pinned model revisions and specific container tagging. Standardizing job submission and reconciliation commands prevents fragmented workflows and maintains experiment integrity.

Do I need explicit approval to allocate GPU resources for Hugging Face training jobs?

Yes, explicit human approval is required for paid GPU resource allocation when dispatching NeMo RL training jobs. This governance step ensures controlled access to high-performance computing resources on Hugging Face infrastructure.

Can I use this approach to mount OpenUI storage buckets for NeMo RL training?

Yes, you can correctly mount OpenUI storage buckets during NeMo RL training job validation. Properly configuring durable artifact storage ensures high-performance computing tasks maintain data lineage and secure ephemeral storage protocols.

Why does my NeMo RL training configuration fail during Hugging Face job submission?

NeMo RL training configurations often fail due to fragmented workflows and unpinned model revisions. Enforcing standardized dispatch commands and strict container tagging protocols prevents these configuration errors during job submission.