eagle3-triage

Diagnose failed EAGLE3 pipeline runs by identifying broken workflow stages.

3.4k|535|Updated Apr 23, 2024
One-click install
npx skills add https://github.com/NVIDIA/Model-Optimizer --skill eagle3-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eagle3-triage
Source: https://github.com/NVIDIA/Model-Optimizer/tree/main/.agents/skills/eagle3-triage
Command: npx skills add https://github.com/NVIDIA/Model-Optimizer --skill eagle3-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers quickly identify and resolve failed EAGLE3 offline pipeline runs by locating failed stages, interpreting logs, and mapping errors to practical fixes.

Core Features & Use Cases

  • Pipeline Failure Diagnosis: Analyzes failures across data synthesis, hidden state dumping, training, and benchmarking stages.
  • Root Cause Analysis: Matches error patterns such as out-of-memory issues, unsupported architectures, dependency failures, and export problems with targeted remediation steps.
  • Use Case: Debug an EAGLE3 pipeline run for a new model integration by determining the failed task, explaining the cause, and recommending the required configuration or code changes.

Quick Start

Ask the eagle3-triage skill to diagnose my failed EAGLE3 pipeline run using the available logs and suggest fixes.

Frequently Asked Questions about eagle3-triage

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

FAQPage Schema
How do I debug a failed EAGLE3 pipeline run?

To debug a failed EAGLE3 pipeline run, analyze logs and task artifacts to identify the broken workflow stage and apply targeted configuration or code changes for recovery.

Why does EAGLE3 hidden state extraction fail with out-of-memory errors?

EAGLE3 hidden state extraction fails with out-of-memory errors due to resource constraints, requiring analysis of model configurations and execution logs to apply targeted remediation steps.

How do I fix EAGLE3 draft model training failures on new architectures?

Fix EAGLE3 draft model training failures on new architectures by diagnosing unsupported architectures or dependency issues in the logs and applying required configuration changes.

What is the best way to diagnose vllm speculative decoding pipeline failures?

The best way to diagnose vllm speculative decoding pipeline failures is to analyze pipeline logs, model configurations, and error patterns to locate the failed task and map errors to practical fixes.

Can I use log analysis to fix EAGLE3 data synthesis and benchmarking errors?

Yes, you can use log analysis to fix EAGLE3 data synthesis and benchmarking errors by interpreting logs and matching execution error patterns with actionable remediation steps.

What are common limitations when integrating new models into an EAGLE3 offline pipeline?

Common limitations when integrating new models into an EAGLE3 offline pipeline include unsupported architectures, export problems, and dependency failures that require targeted code changes to resolve.