↓ 3 callersFunctionrun_subprocess(
cmd: list[str],
*,
cwd: Path,
env: dict[str, str],
log_path: Path,
)
scripts/run_moe_pipeline.py:98
↓ 2 callersFunctionmaterialize_json_input(
stage_cfg: dict[str, Any],
*,
config_key: str,
inline_key: str,
stage_dir: Path,
con
scripts/run_moe_pipeline.py:127
↓ 1 callersFunctionexecute_stage(
stage_cfg: dict[str, Any],
*,
run_dir: Path,
config_dir: Path,
base_env: dict[str, str],
scripts/run_moe_pipeline.py:178
↓ 1 callersFunctionselect_local_rows(
rows: list[dict[str, Any]],
*,
selection: str,
max_rows: int | None,
max_total_tokens: i
scripts/build_master_calibration_bundle.py:152