1//! Repository automation; no dependency on the inference engine or a GPU.
23pub mod authors;
4pub mod bench;
5pub mod capture;
6pub mod docs;
7pub mod hardware;
8pub mod metrics;
9pub mod prefill;
10pub mod readme;
11pub mod report;
12pub mod suite;
13pub mod util;