Libreyolo Profiling

Diagnose and fix slow LibreYOLO with the `libreyolo profile` CLI — both TRAINING throughput (`profile run`) and INFERENCE latency (`profile infer`). Use whenever training feels slow, GPU utilization is low, images/sec is disappointing, inference/predict latency is too high, a run is dataloader- / host-launch- / NMS- / preprocess-bound, or someone wants to optimize step time, batch size, throughput, or p50/p90/p99 latency. Teaches the profile → diagnose → change → compare loop an agent runs to push speed to the max. This is for SPEED, not accuracy (mAP).

libreyolo 2f97f9a 5.5 KB Updated

File contents

libreyolo/libreyolo/tree/main/skills/libreyolo-profiling commit 2f97f9af61

Frequently asked questions

npx skillmds@latest add libreyolo/libreyolo-profiling