model-verify-flagos

Diff base and multi-chip serving runs to locate failing layers.

18|12|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/flagos-ai/skills --skill model-verify-flagos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-verify-flagos
Source: https://github.com/flagos-ai/skills/tree/main/skills/model-verify-flagos
Command: npx skills add https://github.com/flagos-ai/skills --skill model-verify-flagos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Verify the serving stack against a user-specified model by running two verification workflows: a base run with the multi-chip stack disabled to isolate model-specific errors, and a full run with the multi-chip stack enabled. The tool diffs the two runs to pinpoint which layer caused a failure.

Core Features & Use Cases

  • Dual-run verification against a target model to validate base vs multi-chip deployments.
  • Diff-based error localization to identify whether issues originate from the model, the multi-chip stack, or the integration layer.
  • Use cases include validating inference serving on heterogeneous hardware, diagnosing deployment regressions, and ensuring reliable multi-GPU operation before production testing.

Quick Start

Provide a model path inside the container and run the verification tool to compare base and multi-chip runs.

Frequently Asked Questions about model-verify-flagos

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

FAQPage Schema
How do I debug inference failures when enabling multi-chip tensor parallelism?

Debug multi-chip inference failures by running a base mode with the stack disabled and a full multi-chip mode, then diffing the outputs to pinpoint the exact failing layer. This isolates whether the issue stems from the model itself or the multi-chip integration.

What is multi-chip model verification for AI serving stacks?

Multi-chip model verification validates an AI serving stack by comparing a standard single-device run against a full multi-chip deployment. It identifies deployment regressions and locates the specific layer causing failures during heterogeneous hardware inference.

How do I locate the failing layer causing a multi-GPU deployment regression?

Locate the failing layer by executing a dual-run verification workflow that diffs the outputs of a base run and a full multi-chip run. This diff-based error localization highlights the precise integration point where the multi-chip stack diverges.

Do I need a specific container environment to verify multi-chip inference serving?

You need a container pre-configured with the AI serving stack to verify multi-chip inference. Users must also supply a model path inside the container and can optionally specify a tensor-parallel size to execute the verification workflows.

Why does my model work in base mode but fail when the multi-chip stack is enabled?

A model working in base mode but failing in multi-chip mode indicates an integration layer issue. The verification tool diagnoses this by diffing the outputs of both runs to isolate the specific layer where the multi-chip stack execution breaks down.

Can I specify the tensor-parallel size when verifying my serving stack?

You can supply an optional tensor-parallel size when running the verification tool against your model path. This configures the full multi-chip run to match your target deployment topology during the diff-analysis.