Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alit/griffin #9021

Merged
merged 70 commits into from
May 3, 2024
Merged

Alit/griffin #9021

merged 70 commits into from
May 3, 2024

Conversation

JRD971000
Copy link
Collaborator

@JRD971000 JRD971000 commented Apr 23, 2024

What does this PR do ?

Add a one line overview of what this PR aims to accomplish.

Collection: [Note which collection this PR will affect]

Changelog

  • Add specific line by line info of high level changes in this PR.

Usage

  • You can potentially add a usage example below
# Add a code snippet demonstrating how to use this 

Jenkins CI

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

There's no need to comment jenkins on the PR to trigger Jenkins CI.
The GitHub Actions CI will run automatically when the PR is opened.
To run CI on an untrusted fork, a NeMo user with write access must 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)

@JRD971000 JRD971000 requested a review from cuichenx April 23, 2024 15:34
@ericharper ericharper requested a review from yaoyu-33 May 2, 2024 15:42
@JRD971000 JRD971000 merged commit 10e15ed into main May 3, 2024
132 of 133 checks passed
@JRD971000 JRD971000 deleted the alit/griffin branch May 3, 2024 13:54
JRD971000 added a commit that referenced this pull request May 3, 2024
rohitrango pushed a commit to rohitrango/NeMo that referenced this pull request Jun 25, 2024
* add init griffin

* remove unnecessary imports

* add sft

* add sft model init

* add text gen starategy for Griffin no cache

* test SFT

* minor fix to config

* fix logprob output issue

* sft WS fixed

* replace trainer in conversion script

* Revert "Fix PTL2.2 saving multiple `*-last.ckpt` checkpoints in resumed training (NVIDIA#8480)"

This reverts commit 445fb5c.

* Revert "FSDP update to PTL 2.2 (NVIDIA#8658)"

This reverts commit 60364e9.

* init dist opt

* add peft

* fix generate script

* convert to HF format

* further cleanups

* minor fix

* minor fix

* more refactoring

* remove local path from config

* undo unnecessary changes

* remove pretraining

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix val param sync

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* minor fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Addresing MR comments

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* code ql fixed

* more code ql

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* address comments

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add jenkins

* remove jenkins for momentarily

* add reqs for griffin

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add req test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add reqs to nlp

* add reqs to nlp

* replace torch scan

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* jit fusion for embedding decoder

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* jit fusion for embedding decoder

* add fix to rglru

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Ali Taghibakhshi <ataghibakhsh@login-eos01.eos.clusters.nvidia.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Harper <complex451@gmail.com>
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.

None yet

5 participants