Skip to content

Commit

Permalink
Bump 3rdparty/Megatron-LM from c76410a to 4fb4c3d (#624)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 7311aa2 commit 29f650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/Megatron-LM
Submodule Megatron-LM updated 37 files
+6 −12 .gitlab/stages/01.test.yml
+37 −15 .gitlab/stages/03.publish.yml
+2 −1 .pylintrc
+1 −1 Dockerfile.ci.lts
+1 −1 examples/inference/gpt/gpt_batch_inference.py
+3 −3 megatron/core/dist_checkpointing/strategies/common.py
+4 −0 megatron/core/export/trtllm/model_to_trllm_mapping/default_conversion_dict.py
+11 −9 megatron/core/inference/engines/mcore_engine.py
+5 −5 megatron/core/inference/inference_request.py
+5 −3 megatron/core/inference/modelopt_support/gpt/model_specs.py
+1 −0 megatron/core/inference/sampling_params.py
+14 −9 megatron/core/inference/scheduler.py
+2 −2 megatron/core/inference/text_generation_controllers/encoder_decoder_text_generation_controller.py
+93 −32 megatron/core/inference/text_generation_controllers/text_generation_controller.py
+23 −2 megatron/core/models/gpt/gpt_layer_specs.py
+8 −6 megatron/core/models/multimodal/llava_spec.py
+1 −1 megatron/core/models/vision/vit_layer_specs.py
+1 −1 megatron/core/package_info.py
+1 −0 megatron/inference/text_generation/tokenization.py
+36 −30 megatron/inference/text_generation_server.py
+7 −4 megatron/training/one_logger_utils.py
+3 −1 megatron/training/training.py
+1 −6 tests/functional_tests/shell_test_utils/_run_training.sh
+1 −0 tests/test_utils/python_scripts/generate_local_jobs.py
+29 −9 tests/test_utils/python_scripts/launch_jet_workload.py
+1 −1 tests/test_utils/recipes/bert.yaml
+2 −2 tests/test_utils/recipes/gpt.yaml
+1 −1 tests/test_utils/recipes/t5.yaml
+2 −5 tests/test_utils/recipes/unit-tests.yaml
+1 −0 tests/unit_tests/distributed/test_grad_sync_with_expert_parallel.py
+2 −2 tests/unit_tests/inference/test_scheduler.py
+1 −1 tests/unit_tests/inference/text_generation_controllers/test_encoder_decoder_text_generation_controller.py
+15 −6 tests/unit_tests/inference/text_generation_controllers/test_simple_text_generation_controller.py
+39 −2 tests/unit_tests/models/test_gpt_model.py
+11 −5 tests/unit_tests/models/test_llava_model.py
+2 −2 tests/unit_tests/models/test_multimodal_projector.py
+69 −26 tools/run_text_generation_server.py

0 comments on commit 29f650e

Please sign in to comment.