- Rewrite known issues as usage notes with torchrun/PET_* explanation
- Add trainer.command to TrainJob options table
- Update checklist with 2-node 16-GPU training verification
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Kubeflow Trainer torch runtime auto-injects torchrun only when
command is not set in the container spec. Training script is now
specified at TrainJob level via trainer.command instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- JAX runtime commented out (CRD does not support spec.mlPolicy.jax)
- Mark verification checklist items as completed
- Add known issues section (torchrun injection, JAX support)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- README: add Queue/ClusterTrainingRuntime/TrainJob explanations with key options
- README: note single-node testing before multi-node
- Integration: set nvidia.com/gpu to 8 per node, Queue capacity to 24 (3 nodes)
- Integration: TrainJob example set to numNodes: 1 for install testing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>