Replies: 1 comment 1 reply
-
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.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
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