Skip to content

Commit

Permalink
Bump 3rdparty/NeMo from 6d90758 to 48f10af (#676)
Browse files Browse the repository at this point in the history
Bumps [3rdparty/NeMo](https://github.com/NVIDIA/NeMo) from `6d90758` to
`48f10af`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/48f10af5600dcd22c15ac3f9b38547ab4387bec6"><code>48f10af</code></a>
[Audio] Fix extra step in Euler sampler for flow matching inference (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/11989">#11989</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/46c2c11a6e22af81d39306cf740cb5aae65d2667"><code>46c2c11</code></a>
ci: Run unit tests on main (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/11986">#11986</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/18e2bd8a7012f1ad6da2bdbb248bcd6d6da6c697"><code>18e2bd8</code></a>
[🤖]: Howdy folks, let's bump to <code>2.2.0rc1.dev0</code> ! (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/12023">#12023</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/c02c41bb0e91673552e717c151e563e1c5f24201"><code>c02c41b</code></a>
ci: Fix twine in release workflow (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/12022">#12022</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/bbf92888fb9408595b7bf4376d76f49777a54a43"><code>bbf9288</code></a>
ci: Build wheel workflow (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/12021">#12021</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/fe95af6930dc5a36b90e17b50f5615ba96e08b07"><code>fe95af6</code></a>
minor fix and simplify (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/12007">#12007</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/f5e81c9f6bf1d8f3e19655de48f1be2ee88313fe"><code>f5e81c9</code></a>
Adding speechlm AutoModel test (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/11990">#11990</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/7bf9b4bbb00dc6b5d4ab0415e45d875bb6744baf"><code>7bf9b4b</code></a>
Disable VMs cron job on forks (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/12020">#12020</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/9b05b98319ad46aa44fb80da3598d6b38547000d"><code>9b05b98</code></a>
Add the NeMo2 memory profiling plugin (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/12009">#12009</a>)</li>
<li><a
href="https://github.com/NVIDIA/NeMo/commit/b3de1ebd2471459845caaa5a3b28058b36ff02d6"><code>b3de1eb</code></a>
Llama3.2 1B Embedding Model Support (<a
href="https://redirect.github.com/NVIDIA/NeMo/issues/11909">#11909</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/NVIDIA/NeMo/compare/6d90758fa36c1c0d4383d67c44785ac227990a4b...48f10af5600dcd22c15ac3f9b38547ab4387bec6">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent b3829e0 commit b338825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/NeMo
Submodule NeMo updated 80 files
+2 −2 .github/CODEOWNERS
+32 −2 .github/workflows/_test_template.yml
+2 −8 .github/workflows/build-test-publish-wheel.yml
+711 −553 .github/workflows/cicd-main.yml
+5 −4 .github/workflows/monitor-vms.yml
+2 −8 .github/workflows/release.yml
+0 −9 .secrets.baseline
+1 −2 Dockerfile.ci
+8 −8 docs/source/checkpoints/dist_ckpt.rst
+34 −52 examples/llm/peft/hf.py
+30 −37 examples/llm/sft/hf.py
+0 −1 examples/nlp/language_modeling/conf/megatron_gpt_config.yaml
+13 −1 examples/speechlm/sft/hf.py
+20 −5 nemo/collections/asr/parts/utils/transcribe_utils.py
+1 −1 nemo/collections/audio/parts/submodules/flow.py
+6 −0 nemo/collections/llm/__init__.py
+33 −56 nemo/collections/llm/api.py
+83 −0 nemo/collections/llm/bert/loss.py
+22 −2 nemo/collections/llm/bert/model/base.py
+0 −3 nemo/collections/llm/evaluation/__init__.py
+86 −0 nemo/collections/llm/evaluation/api.py
+93 −58 nemo/collections/llm/evaluation/base.py
+2 −0 nemo/collections/llm/gpt/data/__init__.py
+20 −25 nemo/collections/llm/gpt/data/hf_dataset.py
+110 −0 nemo/collections/llm/gpt/data/retrieval.py
+3 −0 nemo/collections/llm/gpt/model/__init__.py
+48 −8 nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py
+190 −0 nemo/collections/llm/gpt/model/hf_llama_embedding.py
+401 −0 nemo/collections/llm/gpt/model/llama_embedding.py
+1 −0 nemo/collections/llm/inference/base.py
+1 −0 nemo/collections/llm/recipes/__init__.py
+25 −16 nemo/collections/llm/recipes/gpt3_175b.py
+24 −16 nemo/collections/llm/recipes/llama31_405b.py
+30 −16 nemo/collections/llm/recipes/llama3_70b.py
+27 −12 nemo/collections/llm/recipes/llama3_8b.py
+286 −0 nemo/collections/llm/recipes/llama_embedding_1b.py
+23 −13 nemo/collections/llm/recipes/mixtral_8x22b.py
+16 −11 nemo/collections/llm/recipes/mixtral_8x7b.py
+25 −15 nemo/collections/llm/recipes/nemotron3_22b.py
+21 −5 nemo/collections/llm/recipes/nemotron3_8b.py
+22 −5 nemo/collections/llm/recipes/nemotron4_15b.py
+25 −15 nemo/collections/llm/recipes/nemotron4_340b.py
+63 −29 nemo/collections/nlp/data/information_retrieval/bert_embedding_dataset.py
+0 −1 nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py
+11 −1 nemo/collections/nlp/parts/nlp_overrides.py
+17 −1 nemo/collections/speechlm/models/hf_auto_model_for_speech_seq2seq.py
+17 −1 nemo/collections/vlm/hf/model/hf_auto_model_for_image_text_to_text.py
+1 −1 nemo/core/connectors/save_restore_connector.py
+29 −7 nemo/export/tensorrt_llm.py
+2 −1 nemo/lightning/io/artifact/__init__.py
+1 −1 nemo/lightning/io/artifact/base.py
+5 −5 nemo/lightning/io/artifact/file.py
+152 −0 nemo/lightning/io/artifact/hf_auto.py
+1 −1 nemo/lightning/io/artifact/pickle.py
+8 −5 nemo/lightning/io/fdl_torch.py
+22 −7 nemo/lightning/io/mixin.py
+35 −6 nemo/lightning/io/state.py
+123 −0 nemo/lightning/io/to_config.py
+6 −0 nemo/lightning/pytorch/callbacks/model_checkpoint.py
+26 −39 nemo/lightning/pytorch/strategies/utils.py
+38 −6 nemo/lightning/pytorch/utils.py
+29 −2 nemo/lightning/run/plugins.py
+1 −1 nemo/package_info.py
+2 −0 requirements/requirements_test.txt
+0 −12 scripts/llm/performance/pretrain_gpt3_175b.py
+0 −13 scripts/llm/performance/pretrain_llama31_405b.py
+0 −13 scripts/llm/performance/pretrain_llama3_70b.py
+0 −12 scripts/llm/performance/pretrain_llama3_8b.py
+0 −12 scripts/llm/performance/pretrain_mixtral_8x22b.py
+0 −12 scripts/llm/performance/pretrain_mixtral_8x7b.py
+0 −12 scripts/llm/performance/pretrain_nemotron3_22b.py
+0 −12 scripts/llm/performance/pretrain_nemotron3_8b.py
+0 −12 scripts/llm/performance/pretrain_nemotron4_15b.py
+0 −12 scripts/llm/performance/pretrain_nemotron4_340b.py
+54 −0 tests/collections/audio/test_audio_flowmatching.py
+129 −0 tests/collections/speechlm/hf/sft.py
+34 −145 tests/deploy/nemo_deploy.py
+42 −175 tests/export/nemo_export.py
+0 −46 tests/export/run.sh
+0 −167 tests/infer_data_path.py

0 comments on commit b338825

Please sign in to comment.