Function resolve_run_plan_from_config
Function resolve_run_plan_from_config
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub fn resolve_run_plan_from_config(
config: FabricConfig,
context: ResolveContext,
) -> Result<RunPlan>
Resolve a typed NVIDIA NeMo Fabric config into a runnable plan.
Callers provide an already-composed typed config and the explicit base directory used for resolving relative paths.