apply-inference-optimizations

Installation
SKILL.md

Apply inference optimizations

Use this skill after profile-model-performance has identified the dominant stage. Keep every optimization opt-in until benchmark and quality evidence show that it is safe for the target workflow.

Ground rules

  • Preserve the existing quality path as the baseline. Add faster paths as flags or config variants first.
  • Change one optimization family at a time unless a combined profile is the explicit validation target.
  • Add or extend the benchmark harness in the same change as the runtime flag.
  • After applying an optimization, continue with validate-performance-quality before promoting it as a default or documenting a speedup claim.
  • Print active settings and stage timing summaries so runs are auditable.
  • Read flashdreams-integrations before moving code across core, infra, recipes, or integrations. Avoid model-specific branches in shared layers; add config slots or override hooks instead.
Installs
1
GitHub Stars
403
First Seen
12 days ago
apply-inference-optimizations — nvidia/flashdreams