CLI Reference

All CLI commands are available as python -m probellm.<module> modules.

Checkpoints

Create checkpoints:

python -m probellm.checkpoint <run_dir>
python -m probellm.checkpoint <run_dir> --keep-cross-tree

Resume from checkpoints:

python -m probellm.resume <run_dir>
python -m probellm.resume <run_dir> --verify-only

Analysis

python -m probellm.analysis <run_dir>
python -m probellm.analysis <run_dir> --by_dataset

Validation

python validate_config.py