ezpz.doctorΒΆ
- See ezpz/
doctor.py
Runtime diagnostics for cluster readiness and local environment health.
CheckResult
dataclass
ΒΆ
Structured outcome for individual diagnostic checks.
Source code in src/ezpz/doctor.py
check_mpi(which=shutil.which)
ΒΆ
Verify mpi4py importability and presence of a launcher command.
Source code in src/ezpz/doctor.py
check_scheduler(*, get_scheduler=ezpz.configs.get_scheduler, environ=None)
ΒΆ
Determine scheduler visibility from environment variables.
Source code in src/ezpz/doctor.py
check_torch_device()
ΒΆ
Check torch availability and configured accelerator.
Source code in src/ezpz/doctor.py
check_wandb(environ=None)
ΒΆ
Advise on Weights & Biases connectivity expectations.
Source code in src/ezpz/doctor.py
parse_args(argv=None)
ΒΆ
run(argv=None)
ΒΆ
Entry point used by the CLI glue.
Source code in src/ezpz/doctor.py
run_checks(checks=None)
ΒΆ
Execute all diagnostic checks, returning structured results.