Replies: 1 comment
-
I also encountered the same problem in nemo 2.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the GPT Pretraining section in the
Megatron-LM
repo, we are able to successfully train a model usingMegatron-LM
I saw pointers on how to convert from HF to
nemo
. For example, this conversion script convert_llama_hf_to_nemo.pyHowever I did not see any examples of converting a ckpt saved using the
Megatron-LM
tonemo
format . Are there any examples for this?p.s. I am thinking of doing this conversion to
nemo
, so I can use tools likeNemo-Aligner
for post-trainingBeta Was this translation helpful? Give feedback.
All reactions