How to load checkpoint saved in one parallel configuration (tensor/pipeline/data parallelism) can be loaded in a different parallel configuration ?

Based on this doc - https://github.com/NVIDIA/Megatron-LM/blob/main/docs/source/api-guide/dist_checkpointing.rst
There are some conflicting statements.
- zarr is not default format as mentioned.
- i tried 8 card config, src - tp2pp2dp2, dst - tp2pp1dp4 didn't work
Can you provide a working example end to end to showcase this feature, Thanks.
How to load checkpoint saved in one parallel configuration (tensor/pipeline/data parallelism) can be loaded in a different parallel configuration ?
Based on this doc - https://github.com/NVIDIA/Megatron-LM/blob/main/docs/source/api-guide/dist_checkpointing.rst
There are some conflicting statements.
Can you provide a working example end to end to showcase this feature, Thanks.