eagle3-review-logs

Analyze EAGLE3 pipeline logs to classify failures and summarize task outcomes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly understand EAGLE3 pipeline experiment outcomes by analyzing scattered job logs, identifying failures, and explaining likely root causes.

Core Features & Use Cases

  • Experiment Log Review: Scans EAGLE3 experiment outputs from launch runs and summarizes task status across all pipeline stages.
  • Failure Diagnosis: Detects tracebacks, CUDA issues, Slurm failures, timeouts, and other execution problems with suggested fixes.
  • Use Case: Review a failed EAGLE3 pipeline execution to determine which tasks passed, which failed, why they failed, and what steps are needed to rerun successfully.

Quick Start

Ask the skill to review the latest EAGLE3 experiment logs and generate a structured pass/fail report with root causes and fixes.

Frequently Asked Questions about eagle3-review-logs

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

FAQPage Schema
How do I diagnose failures in EAGLE3 pipeline experiment logs?

To diagnose EAGLE3 pipeline experiment failures, you need log inspection to detect tracebacks, CUDA issues, and Slurm failures, followed by root cause analysis and actionable remediation guidance for pipeline debugging.

Why did my EAGLE3 launch.py or slurm.py multi-task evaluation run fail?

EAGLE3 launch.py or slurm.py runs fail due to execution problems like CUDA errors, Slurm timeouts, or tracebacks across pipeline stages. Scattered job logs must be analyzed to classify the failure and identify the root cause.

What is the best way to review multi-task model inference outcomes in EAGLE3?

Reviewing EAGLE3 multi-task model inference outcomes requires scanning experiment outputs to generate a structured pass/fail report, summarizing task status across all pipeline stages to uncover failures fast.

Can I get remediation steps for CUDA issues and timeouts found in Slurm experiment logs?

Yes, you can get remediation steps for CUDA issues and timeouts in Slurm experiment logs by applying failure classification and root cause diagnosis to the detected tracebacks, generating actionable fixes to rerun successfully.

Does EAGLE3 pipeline debugging require any specific dependencies to analyze execution failures?

EAGLE3 pipeline debugging for execution failures does not require specific external dependencies, as the analysis applies directly to inspecting experiment logs from launch.py or slurm.py runs to identify task outcomes.

What should I do when EAGLE3 pipeline debugging is not working across scattered job logs?

When EAGLE3 pipeline debugging is not working across scattered job logs, consolidate the experiment outputs to scan for execution failures, classify the tracebacks, and generate a structured pass/fail report with suggested fixes.