Apply Inference Optimizations

Apply FlashDreams-style inference speedups to model integrations after a baseline exists: bounded windows and fixed K/V caches, cache/decode overlap, `torch.compile`, CUDA graph capture, attention backend checks, decoder layout or replacement, transfer/materialization changes, and ordered presentation tuning. Use when porting known optimizations into a runner, demo, serving adapter, or downstream integration while preserving quality and reset behavior.

NVIDIA 6fbd313 6.3 KB Updated 2.2k repo stars

File contents

nvidia/flashdreams/tree/main/skills/apply-inference-optimizations commit 6fbd3131b2

Frequently asked questions

npx skillmds@latest add nvidia/apply-inference-optimizations