pub fn validate_step_pp_request(
cfg: &ModelConfig,
) -> Result<Option<ParallelPlan>, TopologyError>Expand description
Validate the live Step PP request before the loader allocates CUDA state. Checkpoint tensor census is deliberately a separate loader gate: topology legality must remain testable without opening model files, while serving requires both gates.