bkchang
bkchang
Running into this as well
Is there a conversion in the other direction? Meaning converting a dcp checkpoint to an HF model? I found a util [dcp_to_torch_save](https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.format_utils.dcp_to_torch_save) but am not sure how to go from...
@tianyu-l Thanks for the comment. Unfortunately, that script is for converting a llama model in [the format](https://huggingface.co/meta-llama/Llama-2-13b/tree/main) it was first uploaded by the llama team. The script thus requires input...
This issue should have been resolved by #4840