-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Integrating mcore export #10238
Integrating mcore export #10238
Commits on Aug 23, 2024
-
Shanmugam Ramasamy committed
Aug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e7eb7f - Browse repository at this point
Copy the full SHA 7e7eb7fView commit details -
Shanmugam Ramasamy committed
Aug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d6351bb - Browse repository at this point
Copy the full SHA d6351bbView commit details -
Apply isort and black reformatting
Signed-off-by: shanmugamr1992 <shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 996ea05 - Browse repository at this point
Copy the full SHA 996ea05View commit details
Commits on Aug 27, 2024
-
Move trt imports in nemo.collections.llm inside respective functions (#…
…10234) Signed-off-by: Hemil Desai <hemild@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 7c0584a - Browse repository at this point
Copy the full SHA 7c0584aView commit details -
Add tests for LazyNeMoIterator and fix case with metadata_only=True a…
…nd offsets in manifest (#10198) * Add tests for LazyNeMoIterator and fix case with manifest_only=True and offsets in manifest Signed-off-by: Piotr Żelasko <petezor@gmail.com> * Address code review Signed-off-by: Piotr Żelasko <petezor@gmail.com> * fix tests Signed-off-by: Piotr Żelasko <petezor@gmail.com> * fix tests Signed-off-by: Piotr Żelasko <petezor@gmail.com> --------- Signed-off-by: Piotr Żelasko <petezor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c34d29a - Browse repository at this point
Copy the full SHA c34d29aView commit details -
[NeMo-UX] Fix a serialization bug that prevents users from moving che…
…ckpoints (#9939) * perfor serialization using relative paths to allow users to move checkpoints after they're saved Signed-off-by: ashors1 <ashors@nvidia.com> * Apply isort and black reformatting Signed-off-by: ashors1 <ashors1@users.noreply.github.com> * remove unused import Signed-off-by: ashors1 <ashors@nvidia.com> * fix artifact load Signed-off-by: ashors1 <ashors@nvidia.com> * fix path artifact Signed-off-by: ashors1 <ashors@nvidia.com> * remove unused import Signed-off-by: ashors1 <ashors@nvidia.com> --------- Signed-off-by: ashors1 <ashors@nvidia.com> Signed-off-by: ashors1 <ashors1@users.noreply.github.com> Co-authored-by: ashors1 <ashors1@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3aa1e5c - Browse repository at this point
Copy the full SHA 3aa1e5cView commit details -
Add MemoryProfileCallback (#10166)
* Add MemoryProfileCallback Signed-off-by: Shriya Palsamudram <spalsamudram@nvidia.com> * Apply isort and black reformatting Signed-off-by: ShriyaPalsamudram <ShriyaPalsamudram@users.noreply.github.com> * Remove reference cycles, save snapshot on specific ranks Signed-off-by: Shriya Palsamudram <spalsamudram@nvidia.com> * Remove unnecessary imports Signed-off-by: Shriya Palsamudram <spalsamudram@nvidia.com> * Apply isort and black reformatting Signed-off-by: ShriyaPalsamudram <ShriyaPalsamudram@users.noreply.github.com> * Update docstring Signed-off-by: Shriya Palsamudram <spalsamudram@nvidia.com> --------- Signed-off-by: Shriya Palsamudram <spalsamudram@nvidia.com> Signed-off-by: ShriyaPalsamudram <ShriyaPalsamudram@users.noreply.github.com> Signed-off-by: Shriya Rishab <69161273+ShriyaPalsamudram@users.noreply.github.com> Co-authored-by: ShriyaPalsamudram <ShriyaPalsamudram@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57de288 - Browse repository at this point
Copy the full SHA 57de288View commit details -
Lower bound transformers to support nemotron (#10240)
Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> Co-authored-by: Dong Hyuk Chang <donghyukc@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 9214a4e - Browse repository at this point
Copy the full SHA 9214a4eView commit details -
[Audio] SSL Pretraining framework for flow-matching model for audio p…
…rocessing (#10052) Flow matching generative model with SSL pretraining framework Signed-off-by: Pin-Jui Ku <pku@nvidia.com> Co-authored-by: Kuray107 <Kuray107@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c690c4f - Browse repository at this point
Copy the full SHA c690c4fView commit details -
Revert torchrun fix for model import (#10251)
Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 04ca831 - Browse repository at this point
Copy the full SHA 04ca831View commit details -
[NeMo-UX[ Move nemotron imports inline (#10255)
* Move nemotron transformers + tokenizer imports inline to reduce number of required deps Signed-off-by: Marc Romeyn <mromeijn@nvidia.com> * Apply isort and black reformatting Signed-off-by: marcromeyn <marcromeyn@users.noreply.github.com> --------- Signed-off-by: Marc Romeyn <mromeijn@nvidia.com> Signed-off-by: marcromeyn <marcromeyn@users.noreply.github.com> Co-authored-by: marcromeyn <marcromeyn@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a8c0e8 - Browse repository at this point
Copy the full SHA 7a8c0e8View commit details -
Wrap CPU model init with megatron_lazy_init_context (#10219)
* Wrap CPU model init with megatron_lazy_init_context Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com> * Cleanup checkpoint-dir if saving fails Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com> * Apply isort and black reformatting Signed-off-by: akoumpa <akoumpa@users.noreply.github.com> --------- Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com> Signed-off-by: akoumpa <akoumpa@users.noreply.github.com> Co-authored-by: akoumpa <akoumpa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac5cb06 - Browse repository at this point
Copy the full SHA ac5cb06View commit details -
Bump
Dockerfile.ci
(2024-08-22) (#10227)* [🤠]: Howdy folks, let's bump `Dockerfile.ci` to 124bcff ! Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix bert flags Signed-off-by: Oliver Koenig <okoenig@nvidia.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Oliver Koenig <okoenig@nvidia.com> Co-authored-by: pablo-garay <7166088+pablo-garay@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 076f9ea - Browse repository at this point
Copy the full SHA 076f9eaView commit details -
Signed-off-by: slyne deng <slyned@nvidia.com> Co-authored-by: slyne deng <slyned@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 5964387 - Browse repository at this point
Copy the full SHA 5964387View commit details -
[🤠]: Howdy folks, let's bump
Dockerfile.ci
to ef85bc9 ! (#10250)Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pablo-garay <7166088+pablo-garay@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8524596 - Browse repository at this point
Copy the full SHA 8524596View commit details -
[🤠]: Howdy folks, let's bump
Dockerfile.ci
to 01ca03f ! (#10266)Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: oliver könig <okoenig@nvidia.com> Co-authored-by: pablo-garay <7166088+pablo-garay@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f1f145a - Browse repository at this point
Copy the full SHA f1f145aView commit details -
Load model in the target export precision by default in PTQ (#10267)
* Load model in the target export precision by default Signed-off-by: Jan Lasek <janek.lasek@gmail.com> * Enable megatron_amp_O2=true to actually use half-precision Signed-off-by: Jan Lasek <jlasek@nvidia.com> --------- Signed-off-by: Jan Lasek <janek.lasek@gmail.com> Signed-off-by: Jan Lasek <jlasek@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 0d1e460 - Browse repository at this point
Copy the full SHA 0d1e460View commit details -
Add WandbPlugin, NsysPlugin and PreemptionPlugin to nemo.lightning.ru…
…n.plugins (#10223) * Add WandbPlugin, NsysPlugin and PreemptionPlugin to nemo.lightning.run.plugins Signed-off-by: Hemil Desai <hemild@nvidia.com> * Apply isort and black reformatting Signed-off-by: hemildesai <hemildesai@users.noreply.github.com> * Remove duplicate Signed-off-by: Hemil Desai <hemild@nvidia.com> * Add entity to wandb logger Signed-off-by: Hemil Desai <hemild@nvidia.com> * Add documentation Signed-off-by: Hemil Desai <hemild@nvidia.com> * Apply isort and black reformatting Signed-off-by: hemildesai <hemildesai@users.noreply.github.com> * Add warning Signed-off-by: Hemil Desai <hemild@nvidia.com> * Apply isort and black reformatting Signed-off-by: hemildesai <hemildesai@users.noreply.github.com> * PR feedback Signed-off-by: Hemil Desai <hemild@nvidia.com> * Apply isort and black reformatting Signed-off-by: hemildesai <hemildesai@users.noreply.github.com> * Add comments Signed-off-by: Hemil Desai <hemild@nvidia.com> * Apply isort and black reformatting Signed-off-by: hemildesai <hemildesai@users.noreply.github.com> --------- Signed-off-by: Hemil Desai <hemild@nvidia.com> Signed-off-by: hemildesai <hemildesai@users.noreply.github.com> Co-authored-by: hemildesai <hemildesai@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f131db2 - Browse repository at this point
Copy the full SHA f131db2View commit details -
[NeMo-UX] Handle absolute logger directories in nemo_logger (#10259)
* handle absolute and relative logger directories Signed-off-by: Anna Shors <ashors@nvidia.com> * merge lines Signed-off-by: ashors1 <ashors@nvidia.com> --------- Signed-off-by: Anna Shors <ashors@nvidia.com> Signed-off-by: ashors1 <ashors@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 86dcd99 - Browse repository at this point
Copy the full SHA 86dcd99View commit details -
* Add sdxl notebook Signed-off-by: mingyuanm <mingyuanm@nvidia.com> * Rename Signed-off-by: mingyuanm <mingyuanm@nvidia.com> * final Update SDXL notebook Signed-off-by: mingyuanm <mingyuanm@nvidia.com> --------- Signed-off-by: mingyuanm <mingyuanm@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 97ce34a - Browse repository at this point
Copy the full SHA 97ce34aView commit details -
Shanmugam Ramasamy committed
Aug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for c52a0a4 - Browse repository at this point
Copy the full SHA c52a0a4View commit details -
Apply isort and black reformatting
Signed-off-by: shanmugamr1992 <shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed26d89 - Browse repository at this point
Copy the full SHA ed26d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046a6ed - Browse repository at this point
Copy the full SHA 046a6edView commit details -
Shanmugam Ramasamy committed
Aug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for e3c5283 - Browse repository at this point
Copy the full SHA e3c5283View commit details -
Apply isort and black reformatting
Signed-off-by: shanmugamr1992 <shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b07bd1 - Browse repository at this point
Copy the full SHA 1b07bd1View commit details -
Shanmugam Ramasamy committed
Aug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c1e2c1 - Browse repository at this point
Copy the full SHA 3c1e2c1View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c13c83 - Browse repository at this point
Copy the full SHA 0c13c83View commit details
Commits on Sep 16, 2024
-
Shanmugam Ramasamy committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 25b0e95 - Browse repository at this point
Copy the full SHA 25b0e95View commit details -
Apply isort and black reformatting
Signed-off-by: shanmugamr1992 <shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f70c1da - Browse repository at this point
Copy the full SHA f70c1daView commit details
Commits on Sep 23, 2024
-
Rebase and integrate latest mcore changes
Shanmugam Ramasamy committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 57bb895 - Browse repository at this point
Copy the full SHA 57bb895View commit details -
Apply isort and black reformatting
Signed-off-by: shanmugamr1992 <shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 822ec5b - Browse repository at this point
Copy the full SHA 822ec5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8600d31 - Browse repository at this point
Copy the full SHA 8600d31View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a691e55 - Browse repository at this point
Copy the full SHA a691e55View commit details
Commits on Sep 25, 2024
-
Shanmugam Ramasamy committed
Sep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for e05fe2c - Browse repository at this point
Copy the full SHA e05fe2cView commit details -
Apply isort and black reformatting
Signed-off-by: shanmugamr1992 <shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 28a0eb5 - Browse repository at this point
Copy the full SHA 28a0eb5View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d20aed - Browse repository at this point
Copy the full SHA 6d20aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa4a09 - Browse repository at this point
Copy the full SHA aaa4a09View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 370945e - Browse repository at this point
Copy the full SHA 370945eView commit details -
Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68c635e - Browse repository at this point
Copy the full SHA 68c635eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15bc02f - Browse repository at this point
Copy the full SHA 15bc02fView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7d40da - Browse repository at this point
Copy the full SHA b7d40daView commit details
Commits on Oct 1, 2024
-
Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ee86bf - Browse repository at this point
Copy the full SHA 7ee86bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56654b0 - Browse repository at this point
Copy the full SHA 56654b0View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f945350 - Browse repository at this point
Copy the full SHA f945350View commit details
Commits on Oct 3, 2024
-
Merge branch 'main' into integrate_mcore_export
Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e12bf8f - Browse repository at this point
Copy the full SHA e12bf8fView commit details -
Signed-off-by: Shanmugam Ramasamy <111910568+shanmugamr1992@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d3a5ad - Browse repository at this point
Copy the full SHA 1d3a5adView commit details
Commits on Oct 8, 2024
-
Merge branch 'main' into integrate_mcore_export
Shanmugam Ramasamy committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for cf7db10 - Browse repository at this point
Copy the full SHA cf7db10View commit details