-
Notifications
You must be signed in to change notification settings - Fork 79
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
Nemotron5 features #403
Draft
arendu
wants to merge
6
commits into
main
Choose a base branch
from
nemotron5_features
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Nemotron5 features #403
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terrykong
force-pushed
the
nemotron5_features
branch
from
November 21, 2024 23:18
330d0c9
to
bf8e6cc
Compare
github-actions
bot
added
documentation
Improvements or additions to documentation
CI
labels
Nov 21, 2024
terrykong
force-pushed
the
nemotron5_features
branch
from
November 21, 2024 23:19
bf8e6cc
to
9c1727f
Compare
github-actions
bot
removed
CI
documentation
Improvements or additions to documentation
labels
Nov 21, 2024
terrykong
force-pushed
the
nemotron5_features
branch
from
November 21, 2024 23:27
9789e6a
to
ddd829b
Compare
wip Signed-off-by: arendu <adithya.r@gmail.com> docs: 0.5.0 documentation updates (#346) Signed-off-by: ashors1 <ashors@nvidia.com> ci: Sign-off cherry pick (#366) Signed-off-by: Oliver Koenig <okoenig@nvidia.com> docs: main readme and sft docs (#367) Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> Co-authored-by: Gerald Shen <119401249+gshennvm@users.noreply.github.com> docs: fix code block rendering (#369) Signed-off-by: ashors1 <ashors@nvidia.com> dpo and sft Signed-off-by: arendu <adithya.r@gmail.com> dpo support Signed-off-by: root <root@cw-dfw-h100-001-129-026.cm.cluster> mamba padding Signed-off-by: arendu <adithya.r@gmail.com> convenience script to remove old format of DPO data Signed-off-by: adithyare <adithyare@nvidia.com> pad to mult 256 Signed-off-by: arendu <adithya.r@gmail.com> copy dpo style cfg overrides Signed-off-by: arendu <adithya.r@gmail.com> remove _modify_config Signed-off-by: arendu <adithya.r@gmail.com> fix config issue Signed-off-by: Jiaqi Zeng <jiaqiz@nvidia.com> fix mamba config issue Signed-off-by: Jiaqi Zeng <jiaqiz@nvidia.com> is mamba default false Signed-off-by: arendu <adithya.r@gmail.com> revert cherry-pick-release-commit Signed-off-by: Terry Kong <terryk@nvidia.com> Revert "revert cherry-pick-release-commit" This reverts commit 911337c. undo .github/workflows Signed-off-by: Terry Kong <terryk@nvidia.com> revert docs changes that weren't supposed to be there Signed-off-by: Terry Kong <terryk@nvidia.com>
terrykong
force-pushed
the
nemotron5_features
branch
from
November 21, 2024 23:30
ddd829b
to
5270081
Compare
for more information, see https://pre-commit.ci Signed-off-by: NeMo-Aligner CI <nemo-aligner-ci@nvidia.com>
8 tasks
Signed-off-by: Terry Kong <terryk@nvidia.com>
Signed-off-by: arendu <adithya.r@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do ?
contains changes to support nemotron5
Changelog
Usage
# Add a code snippet demonstrating how to use this
Before your PR is "Ready for review"
Pre checks:
Checklist when contributing a new algorithm
max_steps=-1
andvalidation
?Additional Information