Skip to content

Llama3 Conversion Script Update#9089

Merged
ericharper merged 3 commits intomainfrom
aot/llama3-conversion-new
May 3, 2024
Merged

Llama3 Conversion Script Update#9089
ericharper merged 3 commits intomainfrom
aot/llama3-conversion-new

Conversation

@suiyoubi
Copy link
Collaborator

@suiyoubi suiyoubi commented May 2, 2024

What does this PR do ?

Support Llama3 Hf <-> NeMo conversion

Collection: NLP/Llama

Usage

python scripts/checkpoint_converters/convert_llama_hf_to_nemo.py --input_name_or_path PATH_TO_HF_FOLDER --output_path converted_llama3_nemo.nemo

python scripts/checkpoint_converters/convert_llama_nemo_to_hf.py --input_name_or_path llama3.nemo --output_path converted_llama3_hf.bin

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to # (issue)

@github-actions github-actions bot added the CI label May 2, 2024
@suiyoubi suiyoubi requested a review from yaoyu-33 May 2, 2024 15:35
yaoyu-33
yaoyu-33 previously approved these changes May 2, 2024
@suiyoubi suiyoubi added Run CICD and removed Run CICD labels May 3, 2024
@ericharper
Copy link
Collaborator

Merging since only test failure is 1 known problematic test.

@ericharper ericharper merged commit 93e3265 into main May 3, 2024
@ericharper ericharper deleted the aot/llama3-conversion-new branch May 3, 2024 16:11
rohitrango pushed a commit to rohitrango/NeMo that referenced this pull request Jun 25, 2024
* Add conversion script and CI test

* fix llama2 vocab_file

* typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants