Skip to main content

qualia_cli/llm_raw_bench/
mod.rs

1//! CLI adapter for the model-only fixed-step benchmark.
2
3mod command;
4
5pub use command::{run, CommandConfig};