Agent Skillsverl-project/verl-omni › train-infer-consistency

train-infer-consistency

GitHub

路由 verl-omni 训练与推理一致性检查流程,通过 MindStudio MSProbe 收集配对数据并执行根因分析,用于排查扩散或 omni 模型的数值差异。

.agents/skills/train-infer-consistency/SKILL.md verl-project/verl-omni

Trigger Scenarios

调查 verl-omni 模型训练与推理的数值差异 需要收集 rollout/actor 配对 dump 进行一致性诊断

Install

npx skills add verl-project/verl-omni --skill train-infer-consistency -g -y
More Options

Non-standard path

npx skills add https://github.com/verl-project/verl-omni/tree/main/.agents/skills/train-infer-consistency -g -y

Use without installing

npx skills use verl-project/verl-omni@train-infer-consistency

指定 Agent (Claude Code)

npx skills add verl-project/verl-omni --skill train-infer-consistency -a claude-code -g -y

安装 repo 全部 skill

npx skills add verl-project/verl-omni --all -g -y

预览 repo 内 skill

npx skills add verl-project/verl-omni --list

SKILL.md

Frontmatter
{
    "name": "train-infer-consistency",
    "description": "Route verl-omni training\/inference consistency checks through MindStudio's MSProbe collection and root-cause analysis skills. Use when collecting paired rollout\/actor dumps or investigating numerical differences in diffusion or omni models."
}

Training/Inference Consistency

The MindStudio skills below own collection and analysis. Read them in order; this skill connects their inputs and outputs without repeating their procedures.

Stage Skill
Collect dumps verl-omni-msprobe-dump
Analyze differences rl-consistency-analysis

Prerequisite — MSProbe

MSProbe (mindstudio-probe) is required for data collection. If missing, identify the Python environment used for the user's verl-omni task and install it using that environment's package manager and workflow (e.g., uv or pip).

Step 0 — Screen a previous run, if provided

If the user provides an experiment directory or logs, check the saved config for calculate_log_probs=true and inspect that run's rollout_corr/* metrics for initial evidence of differences. Record the source and affected steps/timesteps. Missing metrics or bypassed actor log-prob recomputation is inconclusive. Without previous artifacts, proceed directly to collection.

Step 1 — Load the skills

Prefer installed skills or an existing local msagent checkout. Read each SKILL.md; if missing, fetch the complete skill directory and referenced resources from the linked repository, preserving scripts/, references/, and relative paths. Record the source/version used. If unavailable, report what is missing rather than reconstructing the procedure from memory.

Step 2 — Collect paired dumps

Follow the collection skill using the user's launch script and current verl-omni source. Collect full tensor data for both sides within the diagnostic window, using Step 0's findings, if available, to guide reproduction and fine-grained analysis. Establish sample pairing through correlation logs, not aggregate metrics. Produce the diagnostic wrapper, both dumps, and correlation logs. Existing artifacts may be reused after passing that skill's checks; if either side is missing, fix collection and rerun.

Step 3 — Pair and analyze

Confirm the dumps represent the same sample and computation, with comparable inputs and weights. Pass the paired dumps, correlation evidence, and layout differences to the analysis skill. Follow its module-mapping and script workflow, then interpret the results against current source. Statistics support screening; elementwise conclusions require tensor evidence.

Step 4 — Deliver the report

Provide actual paths to the diagnostic script, dumps, module mapping, and output_5_root_cause_report.md. Include the screening metrics and diagnostic config changes. Explain the pairing, evidence, limitations, and next steps. If execution is unavailable, complete the feasible integration work and identify unverified steps without claiming collection or analysis succeeded.

Version History

  • 1c5e9e9 Current 2026-09-22 08:54

Same Skill Collection

.agents/skills/add-pipeline/SKILL.md
.agents/skills/add-reward-score/SKILL.md
.agents/skills/code-review/SKILL.md
.agents/skills/commit-and-pr/SKILL.md
.agents/skills/profile/SKILL.md
.agents/skills/run-cpu-tests/SKILL.md
.agents/skills/self-review/SKILL.md

Metadata

Files
0
Version
1c5e9e9
Hash
aa332d34
Indexed
2026-09-22 08:54

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-22 10:13
浙ICP备14020137号-1