- Replace context.iteration with consumed_samples (global sample count) - Add optimizer_step property derived from consumed_samples - Checkpoint meta.json stores consumed_samples, drops iteration - CLI --start_batch renamed to --start_samples (per-rank samples) - Checkpoint dir naming: epoch_X_step_Y instead of epoch_X_iter_Y - Metric log entries use step and consumed_samples fields - Backward compat removed (old iteration checkpoints unsupported) |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_checkpoint.py | ||
| test_dataset.py | ||
| test_preprocess_builder.py | ||
| test_preprocess_config.py | ||
| test_preprocess_pipeline.py | ||
| test_sampler.py | ||