Replies: 1 comment
-
I found the script, convert_llama_nemo_to_hf.py, is only for sft nemo file, and we have convert_nemo_to_canonical.py for lora trained .nemo file. (and only tp=1 and pp=1 is supported for now) |
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
-
I have a .nemo file that cannot be converted into Hugging Face model with convert_llama_nemo_to_hf.py (with this PR change).
The .nemo file was trained like this:
And can be extracted like this:
The error I get when I run convert_llama_nemo_to_hf.py is like this:
How can I convert this .nemo file into HF format?
Thank you in advance for your cooperation.
Beta Was this translation helpful? Give feedback.
All reactions