Skip to content

Bump 3rdparty/Megatron-LM from c76410a to 4fb4c3d#624

Merged
pstjohn merged 1 commit into
mainfrom
dependabot/submodules/main/3rdparty/Megatron-LM-4fb4c3d
Jan 21, 2025
Merged

Bump 3rdparty/Megatron-LM from c76410a to 4fb4c3d#624
pstjohn merged 1 commit into
mainfrom
dependabot/submodules/main/3rdparty/Megatron-LM-4fb4c3d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 20, 2025

Bumps 3rdparty/Megatron-LM from c76410a to 4fb4c3d.

Commits
  • 4fb4c3d Merge branch 'ko3n1g/chore/bump-versions' into 'main'
  • 9c11ab4 ADLR/megatron-lm!2510 - chore: Bump versions
  • 7ba0d6d Merge branch 'ko3n1g/ci/ci-output' into 'main'
  • 57c392b ADLR/megatron-lm!2571 - ci: Better output
  • c7bf403 Merge branch 'dpykhtar/fix_load_ckpt' into 'main'
  • 37a900f ADLR/megatron-lm!2555 - set weight_only to False
  • fa35226 Merge branch 'ko3n1g/refactor/make-get_mlp_module_spec-public' into 'main'
  • 4e87b4c ADLR/megatron-lm!2534 - refactor: Make get_mlp_module_spec public
  • e02a860 Merge branch 'ko3n1g/ci/fetch-exitcode' into 'main'
  • f85b6b1 ADLR/megatron-lm!2562 - ci: Fetch exit-code
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [3rdparty/Megatron-LM](https://github.com/NVIDIA/Megatron-LM) from `c76410a` to `4fb4c3d`.
- [Release notes](https://github.com/NVIDIA/Megatron-LM/releases)
- [Commits](NVIDIA/Megatron-LM@c76410a...4fb4c3d)

---
updated-dependencies:
- dependency-name: 3rdparty/Megatron-LM
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from jstjohn as a code owner January 20, 2025 14:25
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@dependabot dependabot Bot requested a review from malcolmgreaves as a code owner January 20, 2025 14:25
@dependabot dependabot Bot added the submodules Pull requests that update Submodules code label Jan 20, 2025
@pstjohn pstjohn added this pull request to the merge queue Jan 21, 2025
Merged via the queue into main with commit 29f650e Jan 21, 2025
@pstjohn pstjohn deleted the dependabot/submodules/main/3rdparty/Megatron-LM-4fb4c3d branch January 21, 2025 18:20
polinabinder1 pushed a commit that referenced this pull request Jan 22, 2025
Bumps [3rdparty/Megatron-LM](https://github.com/NVIDIA/Megatron-LM) from
`c76410a` to `4fb4c3d`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/4fb4c3dc61b26784ccf804b340ba047bbcec3953"><code>4fb4c3d</code></a>
Merge branch 'ko3n1g/chore/bump-versions' into 'main'</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/9c11ab4ca24ead28c3c1e29f8904f8258d7543cb"><code>9c11ab4</code></a>
ADLR/megatron-lm!2510 - chore: Bump versions</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/7ba0d6ddaab1e4d1c587af8fea8a0dfe13b20f13"><code>7ba0d6d</code></a>
Merge branch 'ko3n1g/ci/ci-output' into 'main'</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/57c392be433263ac94095f024237827eccdb5ae0"><code>57c392b</code></a>
ADLR/megatron-lm!2571 - ci: Better output</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/c7bf403ba37ce7ca739a025accac232c75a38966"><code>c7bf403</code></a>
Merge branch 'dpykhtar/fix_load_ckpt' into 'main'</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/37a900f021ea2c9a15da096955d1411d41bb07f4"><code>37a900f</code></a>
ADLR/megatron-lm!2555 - set weight_only to False</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/fa352269f672785234bd399eda5758999cde3883"><code>fa35226</code></a>
Merge branch 'ko3n1g/refactor/make-get_mlp_module_spec-public' into
'main'</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/4e87b4c06da7a11751d51119e55d07027156e0b8"><code>4e87b4c</code></a>
ADLR/megatron-lm!2534 - refactor: Make <code>get_mlp_module_spec</code>
public</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/e02a860cda6459222ae109c76fd7c5e9c27d45fd"><code>e02a860</code></a>
Merge branch 'ko3n1g/ci/fetch-exitcode' into 'main'</li>
<li><a
href="https://github.com/NVIDIA/Megatron-LM/commit/f85b6b1f6093f75e2062e07a8bbd2c6b98b40646"><code>f85b6b1</code></a>
ADLR/megatron-lm!2562 - ci: Fetch exit-code</li>
<li>Additional commits viewable in <a
href="https://github.com/NVIDIA/Megatron-LM/compare/c76410adec0eb1f81544344fcc2c404166e9913d...4fb4c3dc61b26784ccf804b340ba047bbcec3953">compare
view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants